[med-svn] r1110 - trunk/packages/minc/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Fri Jan 11 06:31:13 UTC 2008


Author: smr
Date: 2008-01-11 06:31:12 +0000 (Fri, 11 Jan 2008)
New Revision: 1110

Modified:
   trunk/packages/minc/trunk/debian/changelog
   trunk/packages/minc/trunk/debian/rules
Log:
Do not install byte_swap and extract.

Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog	2008-01-11 00:10:40 UTC (rev 1109)
+++ trunk/packages/minc/trunk/debian/changelog	2008-01-11 06:31:12 UTC (rev 1110)
@@ -1,12 +1,15 @@
-minc (2.0.14-2) UNRELEASED; urgency=low
+minc (2.0.14-2) unstable; urgency=low
 
+  * rules: Don't install byte_swap or extract; can use "dd" instead of
+    these tools.  Closes: #459834.
+  
   * control: Package minc-tools depends on libgetopt-tabular-perl.
   * rules: Don't install Tabular.pm.
   * Getopt-Tabular-0.3/Tabular.pm: Remove.
   * patches/04_progs-use-lib.diff: Remove.
   * copyright: Remove Getopt-Tabular license text.
 
- -- Steve M. Robbins <smr at debian.org>  Wed, 09 Jan 2008 21:00:05 -0600
+ -- Steve M. Robbins <smr at debian.org>  Fri, 11 Jan 2008 00:30:23 -0600
 
 minc (2.0.14-1) unstable; urgency=low
 

Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules	2008-01-11 00:10:40 UTC (rev 1109)
+++ trunk/packages/minc/trunk/debian/rules	2008-01-11 06:31:12 UTC (rev 1110)
@@ -20,6 +20,8 @@
 
 install/minc-tools::
 	rm -f debian/tmp/usr/bin/mincexample?
+	rm -f debian/tmp/usr/bin/byte_swap
+	rm -f debian/tmp/usr/bin/extract
 	dh_install -pminc-tools --autodest debian/tmp/usr/bin
 	dh_install -pminc-tools --autodest debian/tmp/usr/share/man
 	dh_link -pminc-tools \




More information about the debian-med-commit mailing list