Author: tille
Date: 2012-01-03 16:43:54 +0000 (Tue, 03 Jan 2012)
New Revision: 9148

Added:
   trunk/packages/dicompyler/trunk/debian/lintian-overrides
Modified:
   trunk/packages/dicompyler/trunk/debian/changelog
   trunk/packages/dicompyler/trunk/debian/docs
   trunk/packages/dicompyler/trunk/debian/install
   trunk/packages/dicompyler/trunk/debian/rules
   trunk/packages/dicompyler/trunk/debian/watch
Log:
Adapt to new version which builds somehow but needs to build when beeing 
offline which meens we need to prevent downloading python distutils


Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog    2012-01-03 16:18:06 UTC 
(rev 9147)
+++ trunk/packages/dicompyler/trunk/debian/changelog    2012-01-03 16:43:54 UTC 
(rev 9148)
@@ -1,3 +1,14 @@
+dicompyler (0.4.1-1-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * debian/watch: Adapted to new versioning scheme
+  * debian/install: Adapted to new directory layout
+  * debian/docs: Adapted to new directory layout
+  * debian/lintian-overrides: license.txt file is referenced from
+    the code so it needs to be installed
+
+ -- Andreas Tille <[email protected]>  Tue, 03 Jan 2012 17:15:29 +0100
+
 dicompyler (0.4~a2-1) unstable; urgency=low
 
   * Initial release (Closes: #630116)

Modified: trunk/packages/dicompyler/trunk/debian/docs
===================================================================
--- trunk/packages/dicompyler/trunk/debian/docs 2012-01-03 16:18:06 UTC (rev 
9147)
+++ trunk/packages/dicompyler/trunk/debian/docs 2012-01-03 16:43:54 UTC (rev 
9148)
@@ -1,2 +1,2 @@
-readme.txt
-credits.txt
\ No newline at end of file
+README.txt
+dicompyler/credits.txt

Modified: trunk/packages/dicompyler/trunk/debian/install
===================================================================
--- trunk/packages/dicompyler/trunk/debian/install      2012-01-03 16:18:06 UTC 
(rev 9147)
+++ trunk/packages/dicompyler/trunk/debian/install      2012-01-03 16:43:54 UTC 
(rev 9148)
@@ -1,6 +1,6 @@
-*.py                   usr/share/dicompyler
-baseplugins            usr/share/dicompyler
-resources              usr/share/dicompyler
+dicompyler/*.py                usr/share/dicompyler
+dicompyler/baseplugins usr/share/dicompyler
+dicompyler/resources   usr/share/dicompyler
 debian/bin/*           usr/bin
 debian/*.xpm           usr/share/pixmaps
 debian/*.desktop       usr/share/applications

Added: trunk/packages/dicompyler/trunk/debian/lintian-overrides
===================================================================
--- trunk/packages/dicompyler/trunk/debian/lintian-overrides                    
        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/lintian-overrides    2012-01-03 
16:43:54 UTC (rev 9148)
@@ -0,0 +1,2 @@
+# This license file is referenced inside the code so we need to leave it were 
it is
+dicompyler: extra-license-file usr/share/pyshared/dicompyler/license.txt

Modified: trunk/packages/dicompyler/trunk/debian/rules
===================================================================
--- trunk/packages/dicompyler/trunk/debian/rules        2012-01-03 16:18:06 UTC 
(rev 9147)
+++ trunk/packages/dicompyler/trunk/debian/rules        2012-01-03 16:43:54 UTC 
(rev 9148)
@@ -9,6 +9,11 @@
 %:
        dh $@ --with python2
 
+override_dh_auto_clean:
+       # somehow this target does:
+       #  Downloading 
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz
+       # which is not wanted at all
+
 override_dh_install:
        dh_install
        # fix some permissions

Modified: trunk/packages/dicompyler/trunk/debian/watch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/watch        2012-01-03 16:18:06 UTC 
(rev 9147)
+++ trunk/packages/dicompyler/trunk/debian/watch        2012-01-03 16:43:54 UTC 
(rev 9148)
@@ -1,3 +1,3 @@
 version=3
 opts="dversionmangle=s/~//" \
-  http://googlecode.debian.net/p/dicompyler/dicompyler-(.+)\.tgz
+  http://googlecode.debian.net/p/dicompyler/dicompyler-(.+)\.t.*gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to