[Python-apps-commits] r10510 - in packages/pybik/trunk/debian (5 files)

barcc-guest at users.alioth.debian.org barcc-guest at users.alioth.debian.org
Tue Feb 11 18:54:59 UTC 2014


    Date: Tuesday, February 11, 2014 @ 18:54:58
  Author: barcc-guest
Revision: 10510

* upstream version 1.1.1
* added debian/upstream

Added:
  packages/pybik/trunk/debian/source/include-binaries
  packages/pybik/trunk/debian/upstream
Modified:
  packages/pybik/trunk/debian/changelog
  packages/pybik/trunk/debian/rules
Deleted:
  packages/pybik/trunk/debian/patches/

Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog	2014-02-11 03:21:39 UTC (rev 10509)
+++ packages/pybik/trunk/debian/changelog	2014-02-11 18:54:58 UTC (rev 10510)
@@ -1,8 +1,15 @@
-pybik (1.1-3) UNRELEASED; urgency=low
+pybik (1.1.1-1) unstable; urgency=medium
 
+  * New upstream release
+    + New and updated translations
+    + Misc bugfixes and improvements
   * Cryptographic verification of upstream packages
+  * Added DEP12 debian/upstream file
+  * Removed patches (included upstream)
+  * Use pickle protocol 3 for compatibility with Python 3.3 and 3.4
+  * No need to remove __pycache__ directories in debian/rules any more
 
- -- B. Clausius <barcc at gmx.de>  Sat, 01 Feb 2014 14:12:15 +0100
+ -- B. Clausius <barcc at gmx.de>  Tue, 11 Feb 2014 19:28:37 +0100
 
 pybik (1.1-2) unstable; urgency=low
 

Modified: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules	2014-02-11 03:21:39 UTC (rev 10509)
+++ packages/pybik/trunk/debian/rules	2014-02-11 18:54:58 UTC (rev 10510)
@@ -14,8 +14,6 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	# Remove __pycache__ directories created by "setup.py clean"
-	rm -rf pybiklib/__pycache__ tools/__pycache__
 	rm -f debian/README
 
 override_dh_auto_build-arch:
@@ -23,7 +21,10 @@
 
 override_dh_auto_build-indep:
 	python3 tools/create_docs.py --skip-install README=debian/README
-	dh_auto_build -- --build-args="--indep-only --parallel=$(NUMJOBS)"
+	dh_auto_build -- --build-args=" \
+	                        --indep-only \
+	                        --parallel=$(NUMJOBS) \
+	                        --pickle-protocol=3"
 
 override_dh_auto_install-arch:
 	dh_auto_install -- --install-args=" \

Added: packages/pybik/trunk/debian/source/include-binaries
===================================================================
--- packages/pybik/trunk/debian/source/include-binaries	                        (rev 0)
+++ packages/pybik/trunk/debian/source/include-binaries	2014-02-11 18:54:58 UTC (rev 10510)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp

Added: packages/pybik/trunk/debian/upstream
===================================================================
--- packages/pybik/trunk/debian/upstream	                        (rev 0)
+++ packages/pybik/trunk/debian/upstream	2014-02-11 18:54:58 UTC (rev 10510)
@@ -0,0 +1,5 @@
+Bug-Database: https://bugs.launchpad.net/pybik
+Bug-Submit: https://bugs.launchpad.net/pybik/+filebug
+Contact: https://answers.launchpad.net/pybik
+Repository: lp:pybik
+Repository-Browse: http://bazaar.launchpad.net/~barcc/pybik/trunk/files




More information about the Python-apps-commits mailing list