[Python-apps-commits] r2110 - in packages/wicd/trunk/debian (5 files)

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Wed Dec 24 16:38:26 UTC 2008


    Date: Wednesday, December 24, 2008 @ 16:38:26
  Author: hanska-guest
Revision: 2110

* debian/docs removed
* debian/copyright fixed:
  - added copyright year to in/man*
  - removed useless escaping of '=' in filenames
  - fixed pointer to GPL-2

Modified:
  packages/wicd/trunk/debian/changelog
  packages/wicd/trunk/debian/control
  packages/wicd/trunk/debian/copyright
  packages/wicd/trunk/debian/rules
Deleted:
  packages/wicd/trunk/debian/docs

Modified: packages/wicd/trunk/debian/changelog
===================================================================
--- packages/wicd/trunk/debian/changelog	2008-12-24 14:53:46 UTC (rev 2109)
+++ packages/wicd/trunk/debian/changelog	2008-12-24 16:38:26 UTC (rev 2110)
@@ -4,7 +4,6 @@
   * debian/control:
     - added some runtime dependencies (not really, but used by most 
       users) to wicd (Closes: #503739)
-    - DM-Upload-Allowed flag set
     - added Conflicts: network-manager (Closes: #509051)
     - added Suggests on pm-utils, since we now also have those
       functionalities
@@ -22,8 +21,13 @@
     - ensure right permissions are set in install target
     - using dh7-style rules
   * debian/README.source added
+  * debian/docs removed
+  * debian/copyright fixed:
+    - added copyright year to in/man*
+    - removed useless escaping of '=' in filenames
+    - fixed pointer to GPL-2
 
- -- David Paleino <d.paleino at gmail.com>  Wed, 24 Dec 2008 11:05:09 +0100
+ -- David Paleino <d.paleino at gmail.com>  Wed, 24 Dec 2008 17:37:13 +0100
 
 wicd (1.5.2-1) unstable; urgency=low
 

Modified: packages/wicd/trunk/debian/control
===================================================================
--- packages/wicd/trunk/debian/control	2008-12-24 14:53:46 UTC (rev 2109)
+++ packages/wicd/trunk/debian/control	2008-12-24 16:38:26 UTC (rev 2110)
@@ -3,7 +3,6 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), python, quilt
 Build-Depends-Indep: python-support
 Standards-Version: 3.8.0

Modified: packages/wicd/trunk/debian/copyright
===================================================================
--- packages/wicd/trunk/debian/copyright	2008-12-24 14:53:46 UTC (rev 2109)
+++ packages/wicd/trunk/debian/copyright	2008-12-24 16:38:26 UTC (rev 2110)
@@ -10,16 +10,16 @@
 Copyright: © 2008, David Paleino <d.paleino at gmail.com>
 License: GPL-2+
 
-Files: in/init\=gentoo\=wicd.in
+Files: in/init=gentoo=wicd.in
  init/gentoo/wicd
 Copyright: © 1996-2006, Gentoo Foundation
 License: GPL-2
 
-Files: in/man\=wicd.8.in
- in/man\=wicd-manager-settings.conf.5.in
- in/man\=wicd-wired-settings.conf.5.in
- in/man\=wicd-wireless-settings.conf.5.in
-Copyright: © Robby Workman <rworkman at slackware.com>
+Files: in/man=wicd.8.in
+ in/man=wicd-manager-settings.conf.5.in
+ in/man=wicd-wired-settings.conf.5.in
+ in/man=wicd-wireless-settings.conf.5.in
+Copyright: © 2008, Robby Workman <rworkman at slackware.com>
 License: GPL-2+
 
 Files: wicd/networking.py
@@ -43,7 +43,7 @@
 License: GPL-2+
 License: GPL-2
  On Debian systems the full text of the GNU General Public License can 
- be found in the `/usr/share/common-licenses/GPL' file.
+ be found in the `/usr/share/common-licenses/GPL-2' file.
 
 License: BSD-1
  # Copyright 2008 Robby Workman <rworkman at slackware.com>, Northport, AL, USA

Deleted: packages/wicd/trunk/debian/docs
===================================================================
--- packages/wicd/trunk/debian/docs	2008-12-24 14:53:46 UTC (rev 2109)
+++ packages/wicd/trunk/debian/docs	2008-12-24 16:38:26 UTC (rev 2110)
@@ -1,2 +0,0 @@
-README
-AUTHORS

Modified: packages/wicd/trunk/debian/rules
===================================================================
--- packages/wicd/trunk/debian/rules	2008-12-24 14:53:46 UTC (rev 2109)
+++ packages/wicd/trunk/debian/rules	2008-12-24 16:38:26 UTC (rev 2110)
@@ -19,8 +19,8 @@
 	python setup.py clean
 	dh clean --after dh_auto_clean
 	
-	find . \( -name "*.pyc" -o -name "*.pyo" \) -exec rm -rf {} \;
-	find ./init/ \( -name "wicd" -o -name "rc.wicd" \) -exec rm -rf {} \;
+	find . \( -name "*.pyc" -o -name "*.pyo" \) -delete
+	find ./init/ \( -name "wicd" -o -name "rc.wicd" \) -delete
 	-rm -rf build/
 
 	dh_clean wpath.py install.log os wicd/wpath.py \




More information about the Python-apps-commits mailing list