summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:59 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:59 +0000
commiteac0319318c8b4d13e43179b0ebcc7de0ca11eab (patch)
tree1034f11fd558198ce6a575f43e731670200fb96b
parent8c6e33d8525349ed57b7d3067886eb0f148fce7b (diff)
Fini
Author: jgg Date: 2000-05-13 02:11:10 GMT Fini
-rw-r--r--debian/changelog28
-rw-r--r--test/makefile7
-rw-r--r--test/scratch.cc6
3 files changed, 37 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1465626be..c2b3dd80a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,35 @@
apt (0.3.18) frozen unstable; urgency=low
+ * Updates to apt-cdrom to support integrated non-us nicely, thanks to
+ Paul Wade.
+ * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
+ * Fixed hardcoded path. Closes: #59743
+ * Fixed Jay's relative path bug
+ * Allowed source only CDs. Closes: #58952
+ * Space check is supressed if --print-uris is given. Closes: #58965
+ * Clarified the documenation examples for non-us. Closes: #58646
+ * Typo in the package description. Closes: #60230
+ * Man Page typo. Closes: #60347
+ * Typo in Algorithms.cc. Closes: #63577
+ * Evil dotty function in apt-cache for generating dependency graphs
+ with the as-yet-unpackaged GraphVis.
+ * Appears to have been fixed in Janurary.. Closes: #57981
+ * New config.guess/sub for the new archs. Closes: #60874
+ * Fixed error reporting for certain kinds of resolution failures.
+ Closes: #61327
+ * Made autoclean respect 'q' settings. Closes: #63023
+ * Fixed up the example sources.list. Closes: #63676
+ * Added DPkg::FlushSTDIN to control the flushing of stdin before
+ forking dpkg. Closes: #63991
+
+ -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
+
+apt (0.3.18) frozen unstable; urgency=low
+
* Changes in the postinst script. Closes: #56855, #57237
* Fixed bashism. Closes: #57216, #57335
* Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
-
+
-- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
apt (0.3.17) unstable; urgency=low
diff --git a/test/makefile b/test/makefile
index 787933101..31d67d46c 100644
--- a/test/makefile
+++ b/test/makefile
@@ -43,3 +43,10 @@ SLIBS = -lapt-pkg
LIB_MAKES = apt-pkg/makefile
SOURCE = srcrfind.cc
include $(PROGRAM_H)
+
+# Control Extracter tester
+PROGRAM=extractcontrol
+SLIBS = -lapt-pkg -lapt-inst -ldb2
+LIB_MAKES = apt-pkg/makefile
+SOURCE = extractcontrol.cc
+include $(PROGRAM_H)
diff --git a/test/scratch.cc b/test/scratch.cc
index 6f55e53d0..c8888a160 100644
--- a/test/scratch.cc
+++ b/test/scratch.cc
@@ -11,9 +11,9 @@ int main(int argc,char *argv[])
{
pkgInitialize(*_config);
- cout << flNoLink(argv[1]) << endl;
+// cout << flNoLink(argv[1]) << endl;
- #if 0
+// #if 0
/* DynamicMMap *FileMap = new DynamicMMap(MMap::Public);
pkgFLCache *FList = new pkgFLCache(*FileMap);
@@ -97,6 +97,6 @@ int main(int argc,char *argv[])
Deb.ExtractArchive(Extract);
}
// #endif
-#endif
+//#endif
_error->DumpErrors();
}