[Python-modules-commits] r18717 - in packages/python-logging-extra/trunk/debian (4 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Sat Sep 24 22:15:20 UTC 2011


    Date: Saturday, September 24, 2011 @ 22:15:17
  Author: davidvilla-guest
Revision: 18717

package fixes for upload

Modified:
  packages/python-logging-extra/trunk/debian/changelog
  packages/python-logging-extra/trunk/debian/control
  packages/python-logging-extra/trunk/debian/rules
Deleted:
  packages/python-logging-extra/trunk/debian/docs

Modified: packages/python-logging-extra/trunk/debian/changelog
===================================================================
--- packages/python-logging-extra/trunk/debian/changelog	2011-09-24 17:09:00 UTC (rev 18716)
+++ packages/python-logging-extra/trunk/debian/changelog	2011-09-24 22:15:17 UTC (rev 18717)
@@ -2,21 +2,17 @@
 
   * Bug fix: "New homepage for python-logging-extra", thanks to Chris Lamb
     (Closes: #641771).
+  * python-notify moved to "Recommends"
 
  -- David Villa Alises <David.Villa at uclm.es>  Fri, 16 Sep 2011 13:46:05 +0200
 
 python-logging-extra (0.20110723-1) unstable; urgency=low
 
   * New release
+  * Adapting to Alioth DPMT policy and repository
 
  -- David Villa Alises <David.Villa at uclm.es>  Sat, 23 Jul 2011 16:03:17 +0200
 
-python-logging-extra (0.20110630-1) unstable; urgency=low
-
-  * Adapting to Alioth DPMT policy and repository
-
- -- David Villa Alises <David.Villa at uclm.es>  Fri, 01 Jul 2011 00:40:21 +0200
-
 python-logging-extra (0.1.3-1) unstable; urgency=low
 
   * Minimal bugfix

Modified: packages/python-logging-extra/trunk/debian/control
===================================================================
--- packages/python-logging-extra/trunk/debian/control	2011-09-24 17:09:00 UTC (rev 18716)
+++ packages/python-logging-extra/trunk/debian/control	2011-09-24 22:15:17 UTC (rev 18717)
@@ -1,6 +1,6 @@
 Source: python-logging-extra
 Section: python
-Priority: extra
+Priority: optional
 Maintainer: David Villa Alises <David.Villa at uclm.es>
 Uploaders: Francisco Moya <paco at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)

Deleted: packages/python-logging-extra/trunk/debian/docs
===================================================================
Modified: packages/python-logging-extra/trunk/debian/rules
===================================================================
--- packages/python-logging-extra/trunk/debian/rules	2011-09-24 17:09:00 UTC (rev 18716)
+++ packages/python-logging-extra/trunk/debian/rules	2011-09-24 22:15:17 UTC (rev 18717)
@@ -7,7 +7,8 @@
 %:
 	dh $@ --with=python2
 
-get-orig:
+get-orig-source:
+	-mkdir ../tarballs
 	hg clone https://bitbucket.org/davidvilla/python-logging-extra $(ORIG_DIR)
 	tar --exclude=debian --exclude=\*~ --exclude=.hg --exclude=\*.pyc \
 	    -czf \




More information about the Python-modules-commits mailing list