[Pkg-asv-commits] r14 - trunk/debian

ahoenen-guest at alioth.debian.org ahoenen-guest at alioth.debian.org
Fri Dec 28 10:14:52 UTC 2007


Author: ahoenen-guest
Date: 2007-12-28 10:14:52 +0000 (Fri, 28 Dec 2007)
New Revision: 14

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
* debian/rules:
  - Remove commented binary-arch actions.
  - Move the binary-arch actions to binary-indep, as apt-show-versions is an
    architecture independent package.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-27 10:55:14 UTC (rev 13)
+++ trunk/debian/changelog	2007-12-28 10:14:52 UTC (rev 14)
@@ -6,8 +6,12 @@
     Actualize the location of the license file: GPL-2.
   * debian/control:
     Upgrade Standards-Version: 3.7.3 (no changes needed)
+  * debian/rules:
+    - Remove commented binary-arch actions.
+    - Move the binary-arch actions to binary-indep, as apt-show-versions is an
+      architecture independent package.
 
- -- Andreas Hoenen <andreas.hoenen at arcor.de>  Thu, 27 Dec 2007 11:49:43 +0100
+ -- Andreas Hoenen <andreas.hoenen at arcor.de>  Fri, 28 Dec 2007 11:09:14 +0100
 
 apt-show-versions (0.11) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-12-27 10:55:14 UTC (rev 13)
+++ trunk/debian/rules	2007-12-28 10:14:52 UTC (rev 14)
@@ -52,40 +52,26 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
-#	dh_installexamples
-#	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
 	dh_installcron
 	dh_installman man/apt-show-versions.*.1
-#	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs 
 	install --preserve-timestamps --mode=644 \
                 apt-show-versions.bash_completion \
                 $(CURDIR)/debian/apt-show-versions/etc/bash_completion.d/apt-show-versions
-#	dh_link
-#	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
 	dh_perl
-#	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-asv-commits mailing list