[Python-apps-commits] r7706 - in packages/freealchemist/trunk/debian (9 files)
dfiloni-guest at users.alioth.debian.org
dfiloni-guest at users.alioth.debian.org
Sun Oct 23 13:36:18 UTC 2011
Date: Sunday, October 23, 2011 @ 13:36:16
Author: dfiloni-guest
Revision: 7706
New upstream release.
Modified:
packages/freealchemist/trunk/debian/changelog
packages/freealchemist/trunk/debian/compat
packages/freealchemist/trunk/debian/control
packages/freealchemist/trunk/debian/copyright
packages/freealchemist/trunk/debian/rules
packages/freealchemist/trunk/debian/source/format
Deleted:
packages/freealchemist/trunk/debian/README.source
packages/freealchemist/trunk/debian/patches/
packages/freealchemist/trunk/debian/pyversions
Deleted: packages/freealchemist/trunk/debian/README.source
===================================================================
--- packages/freealchemist/trunk/debian/README.source 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/README.source 2011-10-23 13:36:16 UTC (rev 7706)
@@ -1,2 +0,0 @@
-This package uses CDBS simple-patchsys for its patch management.
-Read cdbs-edit-patch(1) if you wish to add or edit any patches.
Modified: packages/freealchemist/trunk/debian/changelog
===================================================================
--- packages/freealchemist/trunk/debian/changelog 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/changelog 2011-10-23 13:36:16 UTC (rev 7706)
@@ -1,3 +1,21 @@
+freealchemist (0.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Switch to format 3.0 (quilt).
+ * debian/rules: use python2 sequence.
+ * debian/control: remove cdbs from Build-Depends field.
+ * debian/control: add debhelper (>= 7.0.50) and python (>= 2.6.6-3~) to
+ Build-Depends field.
+ * debian/control: remove Build-Depends-Indep and XB-Python-Version fields.
+ * debian/control: add Homepage field.
+ * debian/rules: add get-orig-source target.
+ * Remove 01_extremes.patch and 02_extend_explode.patch patches,
+ merged upstream.
+ * Fix copyright-refers-to-symlink-license lintian pedantic.
+ * Bump Standards-Version to 3.9.2.
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com> Sun, 23 Oct 2011 14:56:50 +0200
+
freealchemist (0.4-4) unstable; urgency=low
[Sandro Tosi]
Modified: packages/freealchemist/trunk/debian/compat
===================================================================
--- packages/freealchemist/trunk/debian/compat 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/compat 2011-10-23 13:36:16 UTC (rev 7706)
@@ -1 +1 @@
-5
+7
Modified: packages/freealchemist/trunk/debian/control
===================================================================
--- packages/freealchemist/trunk/debian/control 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/control 2011-10-23 13:36:16 UTC (rev 7706)
@@ -3,16 +3,15 @@
Priority: optional
Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: python-support (>= 0.5.3)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+Homepage: https://github.com/dakk/FreeAlchemist
Vcs-Svn: svn://svn.debian.org/python-apps/packages/freealchemist/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/freealchemist/trunk/
Package: freealchemist
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pygame
-XB-Python-Version: ${python:Versions}
Description: simpler figure block game
FreeAlchemist is a figure block game written in Python where you have to
connect blocks.
Modified: packages/freealchemist/trunk/debian/copyright
===================================================================
--- packages/freealchemist/trunk/debian/copyright 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/copyright 2011-10-23 13:36:16 UTC (rev 7706)
@@ -28,7 +28,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License 2 can be found in `/usr/share/common-licenses/GPL-2'.
The Debian packaging is © 2008, Devid Antonio Filoni <d.filoni at ubuntu.com> and
-is licensed under the GPL, see above.
+is licensed under the GPL-2, see above.
Deleted: packages/freealchemist/trunk/debian/pyversions
===================================================================
--- packages/freealchemist/trunk/debian/pyversions 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/pyversions 2011-10-23 13:36:16 UTC (rev 7706)
@@ -1 +0,0 @@
-2.3-
Modified: packages/freealchemist/trunk/debian/rules
===================================================================
--- packages/freealchemist/trunk/debian/rules 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/rules 2011-10-23 13:36:16 UTC (rev 7706)
@@ -1,8 +1,14 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+%:
+ dh --with python2 $@
-install/freealchemist::
- install -m755 $(CURDIR)/debian/freealchemist-starter $(CURDIR)/debian/freealchemist/usr/games/freealchemist
- dh_pysupport -pfreealchemist
+override_dh_auto_install:
+ install -m 755 $(CURDIR)/debian/freealchemist-starter $(CURDIR)/debian/freealchemist/usr/games/freealchemist
+
+get-orig-source:
+ VER=$(shell dpkg-parsechangelog | sed -rn 's,^Version: ([^-]*).*,\1,p');\
+ git clone -q https://github.com/dakk/FreeAlchemist.git orig-source &&\
+ cd orig-source && git checkout -q v$$VER &&\
+ git archive --format tar --prefix freealchemist-$$VER/ HEAD | bzip2 -9 > ../freealchemist_$$VER.orig.tar.bz2
+ rm -rf orig-source
Modified: packages/freealchemist/trunk/debian/source/format
===================================================================
--- packages/freealchemist/trunk/debian/source/format 2011-10-22 10:25:28 UTC (rev 7705)
+++ packages/freealchemist/trunk/debian/source/format 2011-10-23 13:36:16 UTC (rev 7706)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-apps-commits
mailing list