[Python-modules-commits] r5597 - in packages/nouvelle/trunk/debian (changelog control rules)
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Wed Jun 11 13:20:57 UTC 2008
Date: Wednesday, June 11, 2008 @ 13:20:55
Author: hanska-guest
Revision: 5597
- bumped Standards-Version to 3.8.0 (no changes needed)
- fixed dependency on quilt (removed revision)
- bumped debhelper dependency to >= 6 (also debian/compat)
* debian/rules:
- removing empty /usr/lib
* RFA sent to wnpp
Modified:
packages/nouvelle/trunk/debian/changelog
packages/nouvelle/trunk/debian/control
packages/nouvelle/trunk/debian/rules
Modified: packages/nouvelle/trunk/debian/changelog
===================================================================
--- packages/nouvelle/trunk/debian/changelog 2008-06-11 06:32:30 UTC (rev 5596)
+++ packages/nouvelle/trunk/debian/changelog 2008-06-11 13:20:55 UTC (rev 5597)
@@ -6,9 +6,14 @@
[ David Paleino ]
* debian/control:
- - bumped Standards-Version to 3.7.3.0
+ - bumped Standards-Version to 3.8.0 (no changes needed)
+ - fixed dependency on quilt (removed revision)
+ - bumped debhelper dependency to >= 6 (also debian/compat)
+ * debian/rules:
+ - removing empty /usr/lib
+ * RFA sent to wnpp
- -- David Paleino <d.paleino at gmail.com> Wed, 02 Jan 2008 23:54:14 +0100
+ -- David Paleino <d.paleino at gmail.com> Wed, 11 Jun 2008 15:19:27 +0200
nouvelle (1.0-1) unstable; urgency=low
Modified: packages/nouvelle/trunk/debian/control
===================================================================
--- packages/nouvelle/trunk/debian/control 2008-06-11 06:32:30 UTC (rev 5596)
+++ packages/nouvelle/trunk/debian/control 2008-06-11 13:20:55 UTC (rev 5597)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: David Paleino <d.paleino at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), quilt (>= 0.40-1), python-all (>= 2.3.5-11)
+Build-Depends: debhelper (>= 6), quilt (>= 0.40), python-all (>= 2.3.5-11)
Build-Depends-Indep: python-central (>= 0.5.6)
-Standards-Version: 3.7.3.0
+Standards-Version: 3.8.0
Homepage: http://freshmeat.net/projects/nouvelle/
XS-Python-Version: >= 2.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/nouvelle/trunk/
Modified: packages/nouvelle/trunk/debian/rules
===================================================================
--- packages/nouvelle/trunk/debian/rules 2008-06-11 06:32:30 UTC (rev 5596)
+++ packages/nouvelle/trunk/debian/rules 2008-06-11 13:20:55 UTC (rev 5597)
@@ -39,6 +39,7 @@
dh_installexamples
chmod a-x $(CURDIR)/debian/python-nouvelle/usr/share/doc/python-nouvelle/examples/*.py
+ rm -rf $(CURDIR)/debian/python-nouvelle/usr/lib/
binary-arch:
binary-indep: build install
More information about the Python-modules-commits
mailing list