[med-svn] r9150 - in trunk/packages/dicompyler/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Tue Jan 3 18:11:37 UTC 2012
Author: tille
Date: 2012-01-03 18:11:37 +0000 (Tue, 03 Jan 2012)
New Revision: 9150
Added:
trunk/packages/dicompyler/trunk/debian/patches/dicompyler_automatic_changes.patch
Modified:
trunk/packages/dicompyler/trunk/debian/changelog
trunk/packages/dicompyler/trunk/debian/control
trunk/packages/dicompyler/trunk/debian/patches/series
trunk/packages/dicompyler/trunk/debian/rules
Log:
Final upload of new version
Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog 2012-01-03 17:50:39 UTC (rev 9149)
+++ trunk/packages/dicompyler/trunk/debian/changelog 2012-01-03 18:11:37 UTC (rev 9150)
@@ -1,4 +1,4 @@
-dicompyler (0.4.1-1-1) UNRELEASED; urgency=low
+dicompyler (0.4.1-1-1) unstable; urgency=low
* New upstream version
* debian/watch: Adapted to new versioning scheme
@@ -10,7 +10,7 @@
* debian/bin/dicompyler: Adapt PATH
* debian/patches/do_not_download_distribute.patch: Prevent setup
from downloading distribute
- * debian/rules: No need to fix permissions any more
+ * debian/rules: Less need to fix permissions
-- Andreas Tille <tille at debian.org> Tue, 03 Jan 2012 17:15:29 +0100
Modified: trunk/packages/dicompyler/trunk/debian/control
===================================================================
--- trunk/packages/dicompyler/trunk/debian/control 2012-01-03 17:50:39 UTC (rev 9149)
+++ trunk/packages/dicompyler/trunk/debian/control 2012-01-03 18:11:37 UTC (rev 9150)
@@ -4,7 +4,7 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), python (>= 2.6)
+Build-Depends: debhelper (>= 8), python (>= 2.6), python-setuptools
Standards-Version: 3.9.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicompyler/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dicompyler/trunk/
Added: trunk/packages/dicompyler/trunk/debian/patches/dicompyler_automatic_changes.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/dicompyler_automatic_changes.patch (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/patches/dicompyler_automatic_changes.patch 2012-01-03 18:11:37 UTC (rev 9150)
@@ -0,0 +1,21 @@
+Description: When building dicompyler this is changed automatically.
+Author: Andreas Tille <tille at debian.org>
+
+--- dicompyler-0.4.1-1.orig/dicompyler.egg-info/SOURCES.txt
++++ dicompyler-0.4.1-1/dicompyler.egg-info/SOURCES.txt
+@@ -1,6 +1,7 @@
+ MANIFEST.in
+ README.txt
+ distribute_setup.py
++setup.cfg
+ setup.py
+ dicompyler/__init__.py
+ dicompyler/credits.txt
+--- dicompyler-0.4.1-1.orig/dicompyler.egg-info/PKG-INFO
++++ dicompyler-0.4.1-1/dicompyler.egg-info/PKG-INFO
+@@ -1,4 +1,4 @@
+-Metadata-Version: 1.0
++Metadata-Version: 1.1
+ Name: dicompyler
+ Version: 0.4.1-1
+ Summary: Extensible radiation therapy research platform and viewer for DICOM and DICOM RT.
Modified: trunk/packages/dicompyler/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/series 2012-01-03 17:50:39 UTC (rev 9149)
+++ trunk/packages/dicompyler/trunk/debian/patches/series 2012-01-03 18:11:37 UTC (rev 9150)
@@ -1 +1,2 @@
do_not_download_distribute.patch
+dicompyler_automatic_changes.patch
Modified: trunk/packages/dicompyler/trunk/debian/rules
===================================================================
--- trunk/packages/dicompyler/trunk/debian/rules 2012-01-03 17:50:39 UTC (rev 9149)
+++ trunk/packages/dicompyler/trunk/debian/rules 2012-01-03 18:11:37 UTC (rev 9150)
@@ -9,5 +9,10 @@
%:
dh $@ --with python2
+override_dh_install:
+ dh_install
+ # fix some permissions
+ find debian -name __init__.py | xargs -r chmod a-x
+
get-orig-source:
uscan --verbose --force-download --repack
More information about the debian-med-commit
mailing list