[Python-apps-commits] r9924 - in packages/brebis/trunk/debian (7 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Tue Jul 30 23:35:52 UTC 2013


    Date: Tuesday, July 30, 2013 @ 23:35:50
  Author: chaica-guest
Revision: 9924

  * Initial release. (Closes: #642655)

Added:
  packages/brebis/trunk/debian/manpages
Modified:
  packages/brebis/trunk/debian/changelog
  packages/brebis/trunk/debian/compat
  packages/brebis/trunk/debian/control
  packages/brebis/trunk/debian/install
  packages/brebis/trunk/debian/rules
  packages/brebis/trunk/debian/watch

Modified: packages/brebis/trunk/debian/changelog
===================================================================
--- packages/brebis/trunk/debian/changelog	2013-07-29 16:05:10 UTC (rev 9923)
+++ packages/brebis/trunk/debian/changelog	2013-07-30 23:35:50 UTC (rev 9924)
@@ -1,11 +1,5 @@
-brebis (0.4-2) UNRELEASED; urgency=low
+brebis (0.5-1) unstable; urgency=low
 
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:04:55 +0200
-
-brebis (0.4-1) unstable; urgency=low
-
   * Initial release. (Closes: #642655)
 
- -- Carl Chenet <chaica at ohmytux.com>  Fri, 17 Feb 2012 00:36:50 +0100
+ -- Carl Chenet <chaica at debian.org>  Fri, 19 Jul 2013 00:36:50 +0100

Modified: packages/brebis/trunk/debian/compat
===================================================================
--- packages/brebis/trunk/debian/compat	2013-07-29 16:05:10 UTC (rev 9923)
+++ packages/brebis/trunk/debian/compat	2013-07-30 23:35:50 UTC (rev 9924)
@@ -1 +1 @@
-7
+9

Modified: packages/brebis/trunk/debian/control
===================================================================
--- packages/brebis/trunk/debian/control	2013-07-29 16:05:10 UTC (rev 9923)
+++ packages/brebis/trunk/debian/control	2013-07-30 23:35:50 UTC (rev 9924)
@@ -1,14 +1,14 @@
 Source: brebis
 Priority: optional
 Section: python
-X-Python3-Version: >= 3.2
-Maintainer: Carl Chenet <chaica at ohmytux.com>
+X-Python3-Version: >= 3.3
+Maintainer: Carl Chenet <chaica at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python3-all
-Standards-Version: 3.9.2
-Homepage: http://home.brebisproject.org/
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/brebis/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/brebis/trunk/
+Build-Depends: debhelper (>= 9), python3-all
+Standards-Version: 3.9.4
+Homepage: http://www.brebisproject.org/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/nagstamon/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/nagstamon/trunk/
 
 Package: brebis
 Architecture: all

Modified: packages/brebis/trunk/debian/install
===================================================================
--- packages/brebis/trunk/debian/install	2013-07-29 16:05:10 UTC (rev 9923)
+++ packages/brebis/trunk/debian/install	2013-07-30 23:35:50 UTC (rev 9924)
@@ -1,2 +1,2 @@
-usr/lib/python3/dist-packages
+usr/lib/python3*
 usr/bin

Added: packages/brebis/trunk/debian/manpages
===================================================================
--- packages/brebis/trunk/debian/manpages	                        (rev 0)
+++ packages/brebis/trunk/debian/manpages	2013-07-30 23:35:50 UTC (rev 9924)
@@ -0,0 +1 @@
+man/brebis.1

Modified: packages/brebis/trunk/debian/rules
===================================================================
--- packages/brebis/trunk/debian/rules	2013-07-29 16:05:10 UTC (rev 9923)
+++ packages/brebis/trunk/debian/rules	2013-07-30 23:35:50 UTC (rev 9924)
@@ -1,15 +1,24 @@
 #!/usr/bin/make -f
 
+PYTHON3=$(shell py3versions -vr)
+
 %:
 	dh $@ --with python3
 
-override_dh_auto_clean:
-	python3 setup.py clean -a
-
 override_dh_auto_build:
-	python3 setup.py build
+	set -ex; for py in $(PYTHON3) ; do \
+		python$$py setup.py build; \
+	done
 
 override_dh_auto_install:
-	python3 setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb \
-	--install-lib=usr/lib/python3/dist-packages --install-scripts=usr/bin
+	set -ex; for py in $(PYTHON3) ; do \
+		python$$py setup.py install --skip-build \
+		                            --root=$(CURDIR)/debian/tmp \
+		                            --install-layout=deb; \
+	done
 
+override_dh_auto_clean:
+	rm -rf build
+	rm -rf *.egg-info
+
+

Modified: packages/brebis/trunk/debian/watch
===================================================================
--- packages/brebis/trunk/debian/watch	2013-07-29 16:05:10 UTC (rev 9923)
+++ packages/brebis/trunk/debian/watch	2013-07-30 23:35:50 UTC (rev 9924)
@@ -1,2 +1,2 @@
 version=3
-http://brebisproject.org/projects/brebis/files /attachment/download/([\d]\.*)/brebis-([\d]\.*).tar.gz
+http://brebisproject.org/projects/brebis/files /attachments/download/(.*)/brebis-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list