summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/apt.install.in2
-rw-r--r--debian/apt.lintian-overrides2
-rw-r--r--debian/changelog22
3 files changed, 20 insertions, 6 deletions
diff --git a/debian/apt.install.in b/debian/apt.install.in
index 3527f9005..ac12060ce 100644
--- a/debian/apt.install.in
+++ b/debian/apt.install.in
@@ -2,4 +2,4 @@ bin/apt-* usr/bin/
bin/methods/* usr/lib/apt/methods/
scripts/dselect/* usr/lib/dpkg/methods/apt/
usr/share/locale/*/*/apt.mo
-bin/libapt-private* usr/lib/@DEB_HOST_MULTIARCH@/ \ No newline at end of file
+bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/ \ No newline at end of file
diff --git a/debian/apt.lintian-overrides b/debian/apt.lintian-overrides
new file mode 100644
index 000000000..2867c74d9
--- /dev/null
+++ b/debian/apt.lintian-overrides
@@ -0,0 +1,2 @@
+apt: no-shlibs-control-file
+apt: package-name-doesnt-match-sonames
diff --git a/debian/changelog b/debian/changelog
index 3be808686..5d3758850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,19 @@
-apt (0.9.11) UNRELEASED; urgency=low
+apt (0.9.11~exp3) UNRELEASEDexperimental; urgency=low
+
+ * fix incorrect bugnumber for the Pre-Install-Pkgs hook
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 19 Aug 2013 15:53:47 +0200
+
+apt (0.9.11~exp2) experimental; urgency=low
+
+ * add lintian override for no-shlibs-control-file so that
+ the internal libapt-private.so.0.0.0 can be shipped
+ * adjust apt.install.in to only install libapt-private.so.*
+
+ -- Michael Vogt <mvo@debian.org> Mon, 19 Aug 2013 14:54:58 +0200
+
+apt (0.9.11~exp1) experimental; urgency=low
- The "Happy 20th Birthday Debian" upload
-
[ Daniel Hartwig ]
* Clarify units of Acquire::http::Dl-Limit (closes: #705445)
* Show a error message if {,dist-}upgrade is used with additional
@@ -23,12 +35,12 @@ apt (0.9.11) UNRELEASED; urgency=low
[ David Kalnischkies ]
* ensure that pkgTagFile isn't writing past Buffer length (Closes: 719629)
* allow Pre-Install-Pkgs hooks to get info over an FD != stdin
- (Closes: #671728)
+ (Closes: #671726)
[ Christian PERRIER ]
* French translation update.
- -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Aug 2013 09:27:35 +0200
+ -- Michael Vogt <mvo@debian.org> Mon, 19 Aug 2013 13:25:45 +0200
apt (0.9.10) unstable; urgency=low