[Python-modules-commits] r15969 - in packages/graphy/trunk/debian (4 files)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Thu Mar 3 19:11:16 UTC 2011
Date: Thursday, March 3, 2011 @ 19:10:59
Author: nomadium-guest
Revision: 15969
* Replace Build-Depends on python with python-all.
* Indicate the revision used for DEP5 formatting.
* Change license of the packaging to Apache-2.0 to match with upstream.
* Remove non-standard file README.Debian-source and put the content of that
on copyright file.
* Add missing tar flags in orig-tar.sh script.
Modified:
packages/graphy/trunk/debian/changelog
packages/graphy/trunk/debian/control
packages/graphy/trunk/debian/copyright
packages/graphy/trunk/debian/orig-tar.sh
Modified: packages/graphy/trunk/debian/changelog
===================================================================
--- packages/graphy/trunk/debian/changelog 2011-03-03 18:18:25 UTC (rev 15968)
+++ packages/graphy/trunk/debian/changelog 2011-03-03 19:10:59 UTC (rev 15969)
@@ -7,13 +7,13 @@
* Remove unneeded Provides: ${python:Provides}.
* Replace dh_pysupport with dh_python2.
* Fix version for Build-Depends on debhelper.
- * Update minimal version for Build-Depends on python to (>= 2.6.6-3~).
+ * Update minimal version for Build-Depends on python-all to (>= 2.6.6-3~).
* Switched source package format to 3.0 (quilt).
* Remove deprecated XS-Python-Version and XB-Python-Version fields.
* Modify copyright file to make it DEP5 compliant and update dates.
* Add get-orig-source target for convenience.
- -- Miguel Landaeta <miguel at miguel.cc> Tue, 01 Mar 2011 20:50:24 -0430
+ -- Miguel Landaeta <miguel at miguel.cc> Thu, 03 Mar 2011 12:36:51 -0430
graphy (1.0+dfsg-1) unstable; urgency=low
Modified: packages/graphy/trunk/debian/control
===================================================================
--- packages/graphy/trunk/debian/control 2011-03-03 18:18:25 UTC (rev 15968)
+++ packages/graphy/trunk/debian/control 2011-03-03 19:10:59 UTC (rev 15969)
@@ -3,7 +3,7 @@
Uploaders: Miguel Landaeta <miguel at miguel.cc>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.1
X-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/graphy/trunk
Modified: packages/graphy/trunk/debian/copyright
===================================================================
--- packages/graphy/trunk/debian/copyright 2011-03-03 18:18:25 UTC (rev 15968)
+++ packages/graphy/trunk/debian/copyright 2011-03-03 19:10:59 UTC (rev 15969)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
Upstream-Name: Graphy
Upstream-Contact: Mark Ivey <zovirl at zovirl.com>
Source: http://code.google.com/p/graphy/
@@ -6,12 +6,19 @@
Files: *
Copyright: © 2008, Google Inc.
License: Apache-2.0
+
+Files: debian/*
+Copyright: © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
+License: Apache-2.0
+
+License: Apache-2.0
The full text of the Apache 2.0 license is distributed as LICENSE in graphy's
source, and is distributed in /usr/share/common-licenses/Apache-2.0 on Debian
systems.
-Files: debian/*
-Copyright: © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
-License: GPL-2
- The full text of the GNU General Public License version 2
- is distributed in /usr/share/common-licenses/GPL-2 on Debian systems.
+Comment:
+ The upstream tarball has been modified as follows, to comply with DFSG:
+ * All .svn directories has been removed since they are useless during the
+ build of a package.
+ * All .pyc files has been removed to comply with DFSG. Those files must be
+ regenerated when the package is installed.
Modified: packages/graphy/trunk/debian/orig-tar.sh
===================================================================
--- packages/graphy/trunk/debian/orig-tar.sh 2011-03-03 18:18:25 UTC (rev 15968)
+++ packages/graphy/trunk/debian/orig-tar.sh 2011-03-03 19:10:59 UTC (rev 15969)
@@ -7,5 +7,6 @@
# Repack upstream source to tar.gz and clean it
tar jxf $3
mv graphy_$2 $DIR
-GZIP=--best tar czf $TAR -X debian/orig-tar.excludes $DIR
+GZIP=--best tar -cz --owner root --group root --mode a+rX \
+ -f $TAR -X debian/orig-tar.excludes $DIR
rm -rf $DIR $3
More information about the Python-modules-commits
mailing list