projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
[apt.git]
/
apt-pkg
/
deb
/
debrecords.h
diff --git
a/apt-pkg/deb/debrecords.h
b/apt-pkg/deb/debrecords.h
index 24e5aab88761f231ab24622e4d64bae619286137..df21931a8cd466bf82b95f4adfba08518d5d9026 100644
(file)
--- a/
apt-pkg/deb/debrecords.h
+++ b/
apt-pkg/deb/debrecords.h
@@
-14,10
+14,6
@@
#ifndef PKGLIB_DEBRECORDS_H
#define PKGLIB_DEBRECORDS_H
#ifndef PKGLIB_DEBRECORDS_H
#define PKGLIB_DEBRECORDS_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/debrecords.h"
-#endif
-
#include <apt-pkg/pkgrecords.h>
#include <apt-pkg/indexfile.h>
#include <apt-pkg/tagfile.h>
#include <apt-pkg/pkgrecords.h>
#include <apt-pkg/indexfile.h>
#include <apt-pkg/tagfile.h>
@@
-40,6
+36,7
@@
class debRecordParser : public pkgRecords::Parser
virtual string MD5Hash();
virtual string SHA1Hash();
virtual string SourcePkg();
virtual string MD5Hash();
virtual string SHA1Hash();
virtual string SourcePkg();
+ virtual string SourceVer();
// These are some general stats about the package
virtual string Maintainer();
// These are some general stats about the package
virtual string Maintainer();