[Python-modules-commits] r29350 - in packages/sqlobject/trunk/debian (changelog examples rules)
drnlmza-guest at users.alioth.debian.org
drnlmza-guest at users.alioth.debian.org
Mon Jun 16 12:26:07 UTC 2014
Date: Monday, June 16, 2014 @ 12:26:06
Author: drnlmza-guest
Revision: 29350
Update to 1.6.0
* Add basic example from the docs.
* Make upstream News.txt available as changelog to match policy.
Added:
packages/sqlobject/trunk/debian/examples
Modified:
packages/sqlobject/trunk/debian/changelog
packages/sqlobject/trunk/debian/rules
Modified: packages/sqlobject/trunk/debian/changelog
===================================================================
--- packages/sqlobject/trunk/debian/changelog 2014-06-16 11:01:56 UTC (rev 29349)
+++ packages/sqlobject/trunk/debian/changelog 2014-06-16 12:26:06 UTC (rev 29350)
@@ -1,3 +1,13 @@
+sqlobject (1.6.0-1) UNRELEASED; urgency=low
+
+ * Update to latest upstream release.
+ * Add pgpsigurlmangle hint to debian/watch.
+ - Also add upstream signing key.
+ * Make upstream News.txt available as changelog to match policy.
+ * Add basic example from upstream docs.
+
+ -- Neil Muller <drnlmuller+debian at gmail.com> Mon, 16 Jun 2014 11:44:39 +0200
+
sqlobject (1.5.2-1) unstable; urgency=low
* Update to latest upstream release.
Added: packages/sqlobject/trunk/debian/examples
===================================================================
--- packages/sqlobject/trunk/debian/examples (rev 0)
+++ packages/sqlobject/trunk/debian/examples 2014-06-16 12:26:06 UTC (rev 29350)
@@ -0,0 +1 @@
+docs/europython/person.py
Modified: packages/sqlobject/trunk/debian/rules
===================================================================
--- packages/sqlobject/trunk/debian/rules 2014-06-16 11:01:56 UTC (rev 29349)
+++ packages/sqlobject/trunk/debian/rules 2014-06-16 12:26:06 UTC (rev 29350)
@@ -11,5 +11,8 @@
docs/rebuild
dh_installdocs
+override_dh_installchangelogs:
+ dh_installchangelogs -k docs/News.txt
+
override_dh_python2:
dh_python2 --shebang=/usr/bin/python
More information about the Python-modules-commits
mailing list