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

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Tue Jul 12 23:55:56 UTC 2011


    Date: Tuesday, July 12, 2011 @ 23:55:55
  Author: davidvilla-guest
Revision: 17827

migrating debian dir to alioth

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	2011-07-12 23:21:51 UTC (rev 17826)
+++ packages/python-logging-extra/trunk/debian/changelog	2011-07-12 23:55:55 UTC (rev 17827)
@@ -1,3 +1,9 @@
+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-07-12 23:21:51 UTC (rev 17826)
+++ packages/python-logging-extra/trunk/debian/control	2011-07-12 23:55:55 UTC (rev 17827)
@@ -2,13 +2,15 @@
 Section: python
 Priority: extra
 Maintainer: David Villa Alises <David.Villa at uclm.es>
-Uploaders: Cleto Martin Angelina <cleto.martin at gmail.com>, Francisco Moya
- <paco at debian.org>
+Uploaders: Francisco Moya <paco at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.5
-Homepage: http://arco.esi.uclm.es/svn/public/prj/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-notify, python-xmpp

Modified: packages/python-logging-extra/trunk/debian/rules
===================================================================
--- packages/python-logging-extra/trunk/debian/rules	2011-07-12 23:21:51 UTC (rev 17826)
+++ packages/python-logging-extra/trunk/debian/rules	2011-07-12 23:55:55 UTC (rev 17827)
@@ -1,16 +1,15 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-VERSION=0.1.3
+VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-")
+ORIG_DIR=python-logging-extra-$(VERSION)
 
 %:
 	dh $@ --with=python2
 
-
-build-orig:
-	mkdir -p python-logging-extra-$(VERSION)
-	tar --exclude=debian --exclude=\*~ --exclude=.svn --exclude=\*.pyc \
-		--exclude=python-logging-extra-$(VERSION) -cf - . \
-		| ( cd python-logging-extra-$(VERSION) && tar xf - )
-	tar -czf ../tarballs/python-logging-extra_$(VERSION).orig.tar.gz python-logging-extra-$(VERSION)
-	$(RM) -r python-logging-extra-$(VERSION)
+get-orig-source:
+	hg clone https://bitbucket.org/davidvilla/python-logging-extra $(ORIG_DIR)
+	tar --exclude=debian --exclude=\*~ --exclude=.hg --exclude=\*.pyc \
+	    -czf \
+	    ../tarballs/python-logging-extra_$(VERSION).orig.tar.gz $(ORIG_DIR)
+	$(RM) -r $(ORIG_DIR)




More information about the Python-modules-commits mailing list