]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.h
merge lp:~mvo/apt/sha512-template to add support for sha512
[apt.git] / apt-pkg / deb / debrecords.h
index 24e5aab88761f231ab24622e4d64bae619286137..05159ea1eaae1caa78d6a015d382dc410863c5b4 100644 (file)
 #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>
@@ -39,13 +35,17 @@ class debRecordParser : public pkgRecords::Parser
    virtual string FileName();
    virtual string MD5Hash();
    virtual string SHA1Hash();
+   virtual string SHA256Hash();
+   virtual string SHA512Hash();
    virtual string SourcePkg();
+   virtual string SourceVer();
    
    // These are some general stats about the package
    virtual string Maintainer();
    virtual string ShortDesc();
    virtual string LongDesc();
    virtual string Name();
+   virtual string Homepage();
 
    virtual void GetRec(const char *&Start,const char *&Stop);