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

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Wed May 15 00:06:08 UTC 2013


    Date: Wednesday, May 15, 2013 @ 00:06:07
  Author: davidvilla-guest
Revision: 24375

new release

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

Modified: packages/python-logging-extra/trunk/debian/changelog
===================================================================
--- packages/python-logging-extra/trunk/debian/changelog	2013-05-14 21:53:06 UTC (rev 24374)
+++ packages/python-logging-extra/trunk/debian/changelog	2013-05-15 00:06:07 UTC (rev 24375)
@@ -1,3 +1,15 @@
+python-logging-extra (0.20130515-1) unstable; urgency=low
+
+  * New release
+
+ -- David Villa Alises <David.Villa at gmail.com>  Wed, 15 May 2013 01:48:40 +0200
+
+python-logging-extra (0.20120214-1) unstable; urgency=low
+
+  * New release
+
+ -- David Villa Alises <David.Villa at uclm.es>  Tue, 14 Feb 2012 11:59:07 +0100
+
 python-logging-extra (0.20110723-3) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.

Modified: packages/python-logging-extra/trunk/debian/control
===================================================================
--- packages/python-logging-extra/trunk/debian/control	2013-05-14 21:53:06 UTC (rev 24374)
+++ packages/python-logging-extra/trunk/debian/control	2013-05-15 00:06:07 UTC (rev 24375)
@@ -4,12 +4,13 @@
 Maintainer: David Villa Alises <David.Villa at gmail.com>
 Uploaders: Francisco Moya <paco at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
-Homepage: https://bitbucket.org/DavidVilla/python-logging-extra
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-logging-extra/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-logging-extra/trunk/
+Homepage: https://bitbucket.org/davidvilla/python-logging-extra
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-logging-extra/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-logging-extra/trunk/
 
+
 Package: python-loggingx
 Architecture: all
 Depends:  ${python:Depends}, ${misc:Depends}, python-xmpp

Modified: packages/python-logging-extra/trunk/debian/rules
===================================================================
--- packages/python-logging-extra/trunk/debian/rules	2013-05-14 21:53:06 UTC (rev 24374)
+++ packages/python-logging-extra/trunk/debian/rules	2013-05-15 00:06:07 UTC (rev 24375)
@@ -13,5 +13,5 @@
 
 get-orig-source:
 	$(ORIG_REPO) $(ORIG_DIR)
-	tar $(EXCLUDE) -czf $(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
+	tar $(EXCLUDE) -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
 	$(RM) -r $(ORIG_DIR)




More information about the Python-modules-commits mailing list