[med-svn] r19508 - trunk/packages/dicomscope/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Jul 4 20:55:05 UTC 2015


Author: tille
Date: 2015-07-04 20:55:05 +0000 (Sat, 04 Jul 2015)
New Revision: 19508

Added:
   trunk/packages/dicomscope/trunk/debian/dicomscope.manpages
Modified:
   trunk/packages/dicomscope/trunk/debian/changelog
   trunk/packages/dicomscope/trunk/debian/control
   trunk/packages/dicomscope/trunk/debian/rules
Log:
Remove cruft from jar file


Modified: trunk/packages/dicomscope/trunk/debian/changelog
===================================================================
--- trunk/packages/dicomscope/trunk/debian/changelog	2015-07-04 20:27:43 UTC (rev 19507)
+++ trunk/packages/dicomscope/trunk/debian/changelog	2015-07-04 20:55:05 UTC (rev 19508)
@@ -1,11 +1,14 @@
 dicomscope (3.6.0-12) UNRELEASED; urgency=medium
 
+  * Moved debian/upstream to debian/upstream/metapackages
   * Split up arch any package with JNI files to enable co-installation
     of amd64 and i386
     Closes: #771996
   * cme fix dpkg-control
   * Add myself to Uploaders
   * Priority: optional
+  * Remove *.pdf files from JAR
+    Closes: #752770
 
  -- Andreas Tille <tille at debian.org>  Sat, 04 Jul 2015 22:17:56 +0200
 

Modified: trunk/packages/dicomscope/trunk/debian/control
===================================================================
--- trunk/packages/dicomscope/trunk/debian/control	2015-07-04 20:27:43 UTC (rev 19507)
+++ trunk/packages/dicomscope/trunk/debian/control	2015-07-04 20:55:05 UTC (rev 19508)
@@ -8,7 +8,8 @@
                cmake,
                libdcmtk2-dev,
                default-jdk,
-               javahelper
+               javahelper,
+               zip
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dicomscope/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/dicomscope/trunk/

Added: trunk/packages/dicomscope/trunk/debian/dicomscope.manpages
===================================================================
--- trunk/packages/dicomscope/trunk/debian/dicomscope.manpages	                        (rev 0)
+++ trunk/packages/dicomscope/trunk/debian/dicomscope.manpages	2015-07-04 20:55:05 UTC (rev 19508)
@@ -0,0 +1 @@
+debian/*.1

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2015-07-04 20:27:43 UTC (rev 19507)
+++ trunk/packages/dicomscope/trunk/debian/rules	2015-07-04 20:55:05 UTC (rev 19508)
@@ -13,20 +13,18 @@
 override_dh_auto_configure-arch:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
 
-override_dh_install-arch:
+override_dh_install:
 	# fix exe bit before install
 	chmod 755 debian/tmp/usr/share/dicomscope/tcl/dcmpsdmp.tcl
 	chmod 755 debian/tmp/usr/share/dicomscope/tcl/dcmpschk.tcl
 	dh_install
+	find debian/tmp/usr -name "*.jar" -exec zip -d \{\} docs/*.pdf \;
 
-override_dh_clean-arch:
+override_dh_clean:
 	dh_clean
 	find DICOMscope -name *.class -delete
 
-override_dh_installman-arch:
-	dh_installman debian/dicomscope.1
-
-override_dh_compress-indep:
+override_dh_compress:
 	dh_compress -X.pdf
 
 VER_MAJOR = 3




More information about the debian-med-commit mailing list