[Python-modules-commits] r22741 - in packages/python-logging-extra/trunk/debian (3 files)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Wed Oct 3 14:57:49 UTC 2012
Date: Wednesday, October 3, 2012 @ 14:57:48
Author: davidvilla-guest
Revision: 22741
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 2012-10-03 14:40:51 UTC (rev 22740)
+++ packages/python-logging-extra/trunk/debian/changelog 2012-10-03 14:57:48 UTC (rev 22741)
@@ -1,3 +1,13 @@
+python-logging-extra (0.20121003-1) unstable; urgency=low
+
+ * New release
+ * Upstream homepage changed (Closes: #641771)
+ Thanks to Chris Lamb <lamby at debian.org>
+ * Dropped co-maintainer: Cleto Martin Angelina <cleto.martin at gmail.com>
+ * New Standards-Version: 3.9.3
+
+ -- David Villa Alises <David.Villa at gmail.com> Wed, 03 Oct 2012 16:48:10 +0200
+
python-logging-extra (0.20110723-1) unstable; urgency=low
* New release
Modified: packages/python-logging-extra/trunk/debian/control
===================================================================
--- packages/python-logging-extra/trunk/debian/control 2012-10-03 14:40:51 UTC (rev 22740)
+++ packages/python-logging-extra/trunk/debian/control 2012-10-03 14:57:48 UTC (rev 22741)
@@ -1,16 +1,15 @@
Source: python-logging-extra
Section: python
Priority: optional
-Maintainer: David Villa Alises <David.Villa at uclm.es>
+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.2
+Standards-Version: 3.9.3
X-Python-Version: >= 2.5
-Homepage: https://bitbucket.org/davidvilla/python-logging-extra
+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 2012-10-03 14:40:51 UTC (rev 22740)
+++ packages/python-logging-extra/trunk/debian/rules 2012-10-03 14:57:48 UTC (rev 22741)
@@ -1,8 +1,9 @@
#!/usr/bin/make -f
# -*- makefile -*-
+APP=python-logging-extra
VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-")
-APP=python-logging-extra
+
ORIG_REPO=hg clone https://bitbucket.org/DavidVilla/python-logging-extra
ORIG_DIR=$(APP)-$(VERSION)
EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
@@ -12,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