[med-svn] r3715 - trunk/packages/dicom3tools/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Jul 30 10:21:45 UTC 2009


Author: malat-guest
Date: 2009-07-30 10:21:44 +0000 (Thu, 30 Jul 2009)
New Revision: 3715

Modified:
   trunk/packages/dicom3tools/trunk/debian/control
   trunk/packages/dicom3tools/trunk/debian/rules
Log:
lintian

Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control	2009-07-30 05:00:44 UTC (rev 3714)
+++ trunk/packages/dicom3tools/trunk/debian/control	2009-07-30 10:21:44 UTC (rev 3715)
@@ -5,7 +5,7 @@
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Priority: extra
 Build-Depends: debhelper (>= 7), quilt, xutils-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicom3tools/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicom3tools/trunk/
 Homepage: http://www.dclunie.com/dicom3tools.html

Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2009-07-30 05:00:44 UTC (rev 3714)
+++ trunk/packages/dicom3tools/trunk/debian/rules	2009-07-30 10:21:44 UTC (rev 3715)
@@ -58,7 +58,8 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	#dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/dicom3tools.
@@ -82,6 +83,9 @@
 	find $(CURDIR)/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/^\.\.\.$$/\\\&\.\.\./g' {} \;
 	#  a newline character is not allowed in an escape name / a space character is not allowed in an escape name
 	find $(CURDIR)/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/\\n/\\/g' {} \;
+	# hyphen-used-as-minus-sign
+	#find $(CURDIR)/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/-/\\-/g' {} \;
+	# Can use above -> manpage-has-bad-whatis-entry
 
 
 # Build architecture-independent files here.




More information about the debian-med-commit mailing list