[Python-apps-commits] r9570 - in packages/pype/trunk/debian (4 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sat Apr 27 18:48:03 UTC 2013


    Date: Saturday, April 27, 2013 @ 18:48:01
  Author: anoteng-guest
Revision: 9570

Fix file permissions
Bump Standards-Version
Fix the lintian override syntax

Modified:
  packages/pype/trunk/debian/changelog
  packages/pype/trunk/debian/control
  packages/pype/trunk/debian/pype.lintian-overrides
  packages/pype/trunk/debian/rules

Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog	2013-04-25 03:54:51 UTC (rev 9569)
+++ packages/pype/trunk/debian/changelog	2013-04-27 18:48:01 UTC (rev 9570)
@@ -1,9 +1,11 @@
-pype (2.9.4-1) unstable; urgency=low
+pype (2.9.4-1) experimental; urgency=low
 
   * New upstream release
   * Remove unnecessary executable permissions in upstream tarball
+  * Bump Standards-Version to 3.9.4
+    - Changed versioned build dependency debhelper to 8.1.0
 
- -- Andreas Noteng <andreas at noteng.no>  Sat, 25 Aug 2012 09:38:27 +0200
+ -- Andreas Noteng <andreas at noteng.no>  Sat, 27 Apr 2013 20:07:44 +0200
 
 pype (2.9.1-4) unstable; urgency=low
 

Modified: packages/pype/trunk/debian/control
===================================================================
--- packages/pype/trunk/debian/control	2013-04-25 03:54:51 UTC (rev 9569)
+++ packages/pype/trunk/debian/control	2013-04-27 18:48:01 UTC (rev 9570)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Andreas Noteng <andreas at noteng.no>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: bomstrip, debhelper (>= 7.0.50), dos2unix, python (>= 2.6.6-3~)
-Standards-Version: 3.9.3
+Build-Depends: bomstrip, debhelper (>= 8.1.0), dos2unix, python (>= 2.6.6-3~)
+Standards-Version: 3.9.4
 Homepage: http://pype.sourceforge.net/index.shtml
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pype/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pype/trunk/

Modified: packages/pype/trunk/debian/pype.lintian-overrides
===================================================================
--- packages/pype/trunk/debian/pype.lintian-overrides	2013-04-25 03:54:51 UTC (rev 9569)
+++ packages/pype/trunk/debian/pype.lintian-overrides	2013-04-27 18:48:01 UTC (rev 9570)
@@ -1,3 +1,3 @@
 #The HTML file installed in /usr/share/doc is not registered with doc-base
 #because it is a help-file used within PyPE
-binary: possible-documentation-but-no-doc-base-registration
+pype binary: possible-documentation-but-no-doc-base-registration

Modified: packages/pype/trunk/debian/rules
===================================================================
--- packages/pype/trunk/debian/rules	2013-04-25 03:54:51 UTC (rev 9569)
+++ packages/pype/trunk/debian/rules	2013-04-27 18:48:01 UTC (rev 9570)
@@ -10,11 +10,12 @@
 	dh_clean
 
 override_dh_auto_build:
-	for i in $(find -executable -type f);do chmod 644; done
+	for i in $(shell find -executable -type f);do chmod 644 $$i; done
 	dos2unix * plugins/*
 	bomstrip-files pype.py
 	dh_fixperms
 	chmod 755 pype.py
+	chmod 755 debian/rules
 
 %:
 	dh $@ --with python2




More information about the Python-apps-commits mailing list