[med-svn] r18927 - in trunk/packages/pylibtiff/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sat Mar 7 20:23:05 UTC 2015


Author: tille
Date: 2015-03-07 20:23:04 +0000 (Sat, 07 Mar 2015)
New Revision: 18927

Added:
   trunk/packages/pylibtiff/trunk/debian/patches/cope_with_upstream_changes_after_clean_target.patch
Modified:
   trunk/packages/pylibtiff/trunk/debian/changelog
   trunk/packages/pylibtiff/trunk/debian/patches/series
Log:
Make sure the clean target wiill not change files (and rather do it in advance)


Modified: trunk/packages/pylibtiff/trunk/debian/changelog
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/changelog	2015-03-07 20:00:50 UTC (rev 18926)
+++ trunk/packages/pylibtiff/trunk/debian/changelog	2015-03-07 20:23:04 UTC (rev 18927)
@@ -1,4 +1,4 @@
-pylibtiff (0.3.0~svn107-1) UNRELEASED; urgency=medium
+pylibtiff (0.4.1~svn107-1) UNRELEASED; urgency=medium
 
   * New upstream VCS commit
     (two patches accepted upstream)

Added: trunk/packages/pylibtiff/trunk/debian/patches/cope_with_upstream_changes_after_clean_target.patch
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/patches/cope_with_upstream_changes_after_clean_target.patch	                        (rev 0)
+++ trunk/packages/pylibtiff/trunk/debian/patches/cope_with_upstream_changes_after_clean_target.patch	2015-03-07 20:23:04 UTC (rev 18927)
@@ -0,0 +1,20 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 07 Mar 2015 21:19:53 +0100
+Description: Somehow the clean target of setup.py is fiddling
+ around with the file below.  To not confuse the build system
+ this patch will be applied in advance.
+
+--- a/libtiff/version.py
++++ b/libtiff/version.py
+@@ -1,8 +1,8 @@
+ 
+ # THIS FILE IS GENERATED FROM libtiff/setup.py
+-short_version='0.4.0'
+-version='0.4.0'
+-release=True
++short_version='0.4.1'
++version='0.4.1'
++release=False
+ 
+ if not release:
+     version += '.dev'

Modified: trunk/packages/pylibtiff/trunk/debian/patches/series
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/patches/series	2015-03-07 20:00:50 UTC (rev 18926)
+++ trunk/packages/pylibtiff/trunk/debian/patches/series	2015-03-07 20:23:04 UTC (rev 18927)
@@ -1 +1,2 @@
 bitarray.patch
+cope_with_upstream_changes_after_clean_target.patch




More information about the debian-med-commit mailing list