[Python-modules-commits] r13212 - in packages/python-biggles/trunk/debian (changelog rules)
deepak-guest at users.alioth.debian.org
deepak-guest at users.alioth.debian.org
Wed Jun 2 05:54:40 UTC 2010
Date: Wednesday, June 2, 2010 @ 05:54:29
Author: deepak-guest
Revision: 13212
Updated pacakage name from biggles to pybiggles and updated changelog
Modified:
packages/python-biggles/trunk/debian/changelog
packages/python-biggles/trunk/debian/rules
Modified: packages/python-biggles/trunk/debian/changelog
===================================================================
--- packages/python-biggles/trunk/debian/changelog 2010-06-01 21:36:13 UTC (rev 13211)
+++ packages/python-biggles/trunk/debian/changelog 2010-06-02 05:54:29 UTC (rev 13212)
@@ -9,11 +9,12 @@
* debian/copyright
+ updated copyright information.
+ added Debian's copyright information.
-
+ * debian/rules
+ + package installation path from biggles to pybiggles.
* Switch to dpkg-source 3.0 (quilt) format.
+ added debian/source/format.
- -- Deepak Tripathi <apenguinlinux at gmail.com> Fri, 21 May 2010 17:11:41 -0400
+ -- Deepak Tripathi <apenguinlinux at gmail.com> Wed, 02 Jun 2010 11:20:47 +0530
python-biggles (1.6.4-5) unstable; urgency=low
Modified: packages/python-biggles/trunk/debian/rules
===================================================================
--- packages/python-biggles/trunk/debian/rules 2010-06-01 21:36:13 UTC (rev 13211)
+++ packages/python-biggles/trunk/debian/rules 2010-06-02 05:54:29 UTC (rev 13212)
@@ -52,7 +52,7 @@
# Add here commands to install the package into debian/python-biggles.
set -e; \
for py in $(PYVERS); do \
- $$py setup.py install --root=debian/python-biggles --no-compile $(py_setup_install_args); \
+ $$py setup.py install --root=debian/python-pybiggles --no-compile $(py_setup_install_args); \
done
# Build architecture-dependent files here.
More information about the Python-modules-commits
mailing list