[Pkg-asv-commits] r56 - in trunk: . debian

Christoph Martin chrism at alioth.debian.org
Mon Oct 8 15:34:06 UTC 2012


Author: chrism
Date: 2012-10-08 15:34:06 +0000 (Mon, 08 Oct 2012)
New Revision: 56

Added:
   trunk/debian/apt-show-versions.apt.conf
Modified:
   trunk/apt-show-versions
   trunk/debian/changelog
   trunk/debian/rules
Log:
releasing version 0.19+nmu1

Modified: trunk/apt-show-versions
===================================================================
--- trunk/apt-show-versions	2012-10-08 15:04:36 UTC (rev 55)
+++ trunk/apt-show-versions	2012-10-08 15:34:06 UTC (rev 56)
@@ -241,7 +241,7 @@
 
 my $default_release = $_config->get("APT::Default-Release");
 
-my @official_suites = qw(oldstable stable proposed-updates testing unstable);
+my @official_suites = qw(oldstable stable proposed-updates testing unstable experimental);
 # %official_suites:
 # - Keys:   Known official suite names
 # - Values: Order index

Added: trunk/debian/apt-show-versions.apt.conf
===================================================================
--- trunk/debian/apt-show-versions.apt.conf	                        (rev 0)
+++ trunk/debian/apt-show-versions.apt.conf	2012-10-08 15:34:06 UTC (rev 56)
@@ -0,0 +1,4 @@
+// When Apt's cache is updated (i.e. apt-cache update)
+APT::Update::Post-Invoke-Success {
+"test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i";
+};

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-10-08 15:04:36 UTC (rev 55)
+++ trunk/debian/changelog	2012-10-08 15:34:06 UTC (rev 56)
@@ -1,3 +1,11 @@
+apt-show-versions (0.19+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add an apt hook to update the apt cache (Closes: #685439)
+  * Add experimental to the list of official suites
+
+ -- Paul Wise <pabs at debian.org>  Tue, 02 Oct 2012 14:12:03 +0800
+
 apt-show-versions (0.19) unstable; urgency=low
 
   * add homepage url to contol file (closes: #617856)

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2012-10-08 15:04:36 UTC (rev 55)
+++ trunk/debian/rules	2012-10-08 15:34:06 UTC (rev 56)
@@ -49,6 +49,8 @@
 	# Add here commands to install the package into debian/apt-show-versions.
 	$(MAKE) install PREFIX=$(CURDIR)/debian/apt-show-versions/usr
 	rm -fr debian/apt-show-versions/usr/lib debian/apt-show-versions/usr/share/perl5
+	install -D --mode=644 debian/apt-show-versions.apt.conf \
+                $(CURDIR)/debian/apt-show-versions/etc/apt/apt.conf.d/20apt-show-versions
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-asv-commits mailing list