* fixed compile errors with g++ 7.3 (thanks to
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 19 Jun 2007 09:49:08 +0000 (11:49 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 19 Jun 2007 09:49:08 +0000 (11:49 +0200)
  Daniel Burrows, closes: #429378)
* fix FTFBFS by changing build-depends to
  libcurl4-gnutls-dev (closes: #428363)

apt-pkg/contrib/strutl.h
apt-pkg/depcache.h
apt-pkg/pkgcachegen.h
debian/changelog
debian/control

index ae1244e..53146ce 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdlib.h>
 #include <string>
+#include <cstring>
 #include <vector>
 #include <iostream>
 #include <time.h>
index 84fed7f..7adf6fe 100644 (file)
@@ -45,6 +45,7 @@
 #include <regex.h>
 
 #include <vector>
+#include <memory>
 
 class pkgDepCache : protected pkgCache::Namespace
 {
index a47b097..b671529 100644 (file)
@@ -51,7 +51,7 @@ class pkgCacheGenerator
    // Flag file dependencies
    bool FoundFileDeps;
    
-   bool NewPackage(pkgCache::PkgIterator &Pkg,const string &Pkg);
+   bool NewPackage(pkgCache::PkgIterator &Pkg,const string &PkgName);
    bool NewFileVer(pkgCache::VerIterator &Ver,ListParser &List);
    bool NewFileDesc(pkgCache::DescIterator &Desc,ListParser &List);
    unsigned long NewVersion(pkgCache::VerIterator &Ver,const string &VerStr,unsigned long Next);
index 41609bd..ea8113e 100644 (file)
@@ -1,3 +1,12 @@
+apt (0.7.3) unstable; urgency=low
+
+  * fixed compile errors with g++ 7.3 (thanks to 
+    Daniel Burrows, closes: #429378)
+  * fix FTFBFS by changing build-depends to
+    libcurl4-gnutls-dev (closes: #428363)
+
+ --
+
 apt (0.7.2) unstable; urgency=low
   
   * merged the debian/experimental changes back
index 5686926..760c017 100644 (file)
@@ -4,7 +4,7 @@ Priority: important
 Maintainer: APT Development Team <deity@lists.debian.org>
 Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>
 Standards-Version: 3.7.2.2
-Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl3-gnutls-dev (>= 7.15.5)
+Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.15.5)
 Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
 XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/