[Python-modules-commits] r30804 - in packages/pylast/trunk/debian (5 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Sun Sep 28 20:27:59 UTC 2014
Date: Sunday, September 28, 2014 @ 20:27:58
Author: laarmen-guest
Revision: 30804
* Bump Standard-Version to 3.9.6
* New upstream release
* Change copyright year
* Move Homepage to Github
* Migrate to pybuild.
Modified:
packages/pylast/trunk/debian/changelog
packages/pylast/trunk/debian/control
packages/pylast/trunk/debian/copyright
packages/pylast/trunk/debian/rules
packages/pylast/trunk/debian/watch
Modified: packages/pylast/trunk/debian/changelog
===================================================================
--- packages/pylast/trunk/debian/changelog 2014-09-28 19:56:01 UTC (rev 30803)
+++ packages/pylast/trunk/debian/changelog 2014-09-28 20:27:58 UTC (rev 30804)
@@ -1,13 +1,17 @@
-pylast (0.5.11-2) UNRELEASED; urgency=low
+pylast (1.0.0-1) UNRELEASED; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Simon Chopin ]
- * Bump Standard-Version to 3.9.4
+ * Bump Standard-Version to 3.9.6
+ Bump debhelper version dependency to 8.1
+ * New upstream release
+ * Change copyright year
+ * Move Homepage to Github
+ * Migrate to pybuild.
- -- Simon Chopin <chopin.simon at gmail.com> Tue, 11 Jun 2013 23:06:08 +0200
+ -- Simon Chopin <chopin.simon at gmail.com> Sun, 28 Sep 2014 22:15:56 +0200
pylast (0.5.11-1) unstable; urgency=low
Modified: packages/pylast/trunk/debian/control
===================================================================
--- packages/pylast/trunk/debian/control 2014-09-28 19:56:01 UTC (rev 30803)
+++ packages/pylast/trunk/debian/control 2014-09-28 20:27:58 UTC (rev 30804)
@@ -4,12 +4,13 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon at gmail.com>
Build-Depends: debhelper (>= 8.1),
+ dh-python,
python-all (>= 2.6.6-3~),
python3-all (>= 3.1.3-12~)
X-Python-Version: >=2.6
X-Python3-Version: >=3.0
-Standards-Version: 3.9.2
-Homepage: http://code.google.com/p/pylast/
+Standards-Version: 3.9.6
+Homepage: http://github.com/pylast/pylast/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pylast/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pylast/trunk/
Modified: packages/pylast/trunk/debian/copyright
===================================================================
--- packages/pylast/trunk/debian/copyright 2014-09-28 19:56:01 UTC (rev 30803)
+++ packages/pylast/trunk/debian/copyright 2014-09-28 20:27:58 UTC (rev 30804)
@@ -1,13 +1,14 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pylast
-Source: http://code.google.com/p/pylast/
+Source: http://github.com/pylast/pylast/
Files: *
-Copyright: 2008-2011 Amr Hassan <amr.hassan at gmail.com>
+Copyright: 2008-2014 Amr Hassan <amr.hassan at gmail.com>
+ 2012-2014 hugovk
License: Apache-2.0
Files: debian/*
-Copyright: 2012 Simon Chopin <chopin.simon at gmail.com>
+Copyright: 2012-2014 Simon Chopin <chopin.simon at gmail.com>
License: Apache-2.0
License: Apache-2.0
Modified: packages/pylast/trunk/debian/rules
===================================================================
--- packages/pylast/trunk/debian/rules 2014-09-28 19:56:01 UTC (rev 30803)
+++ packages/pylast/trunk/debian/rules 2014-09-28 20:27:58 UTC (rev 30804)
@@ -3,32 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export PYBUILD_NAME=pylast
%:
- dh $@ --with python2,python3
-
-PYVERS := $(shell pyversions -r)
-PY3VERS := $(shell py3versions -r)
-
-override_dh_auto_build:
- set -ex; \
- for py in $(PYVERS) $(PY3VERS); do \
- $$py setup.py build; \
- done
-
-override_dh_auto_install:
- set -ex; \
- for py in $(PYVERS); do \
- $$py setup.py install --skip-build --no-compile \
- --root debian/python-pylast \
- --install-layout=deb; \
- done
- set -ex; \
- for py in $(PY3VERS); do \
- $$py setup.py install --skip-build --no-compile \
- --root debian/python3-pylast \
- --install-layout=deb; \
- done
-
-override_dh_auto_clean:
- dh_auto_clean
- rm build/ -rf
+ dh $@ --with python2,python3 --buildsystem=pybuild
Modified: packages/pylast/trunk/debian/watch
===================================================================
--- packages/pylast/trunk/debian/watch 2014-09-28 19:56:01 UTC (rev 30803)
+++ packages/pylast/trunk/debian/watch 2014-09-28 20:27:58 UTC (rev 30804)
@@ -1,3 +1,3 @@
version=3
-http://pypi.python.org/packages/source/p/pylast/pylast-(.+).tar.gz
+https://pypi.python.org/packages/source/p/pylast/pylast-(.+).tar.gz
More information about the Python-modules-commits
mailing list