[Python-apps-commits] r2067 - in packages (14 files)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Sat Dec 13 15:09:16 UTC 2008
Date: Saturday, December 13, 2008 @ 15:09:16
Author: gothicx-guest
Revision: 2067
Add to Depends to remove lintian warning
Added:
packages/entertainer/trunk/debian/patches/
packages/entertainer/trunk/debian/patches/00list
packages/entertainer/trunk/debian/patches/remove_extra_license.dpatch
Modified:
packages/emesene/trunk/debian/changelog
packages/entertainer/trunk/debian/control
packages/entertainer/trunk/debian/rules
packages/mercurial/trunk/debian/changelog
packages/mercurial/trunk/debian/control
packages/p9m4/trunk/debian/changelog
packages/p9m4/trunk/debian/control
packages/photo-uploader/trunk/debian/changelog
packages/photo-uploader/trunk/debian/control
packages/pybackpack/trunk/debian/changelog
packages/pybackpack/trunk/debian/control
Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/emesene/trunk/debian/changelog 2008-12-13 15:09:16 UTC (rev 2067)
@@ -1,3 +1,12 @@
+emesene (1.0.1-3) UNRELEASED; urgency=low
+
+ [ Marco Rodrigues ]
+ * debian/control:
+ + Add ${misc:Depends} to Depends to remove
+ lintian warning.
+
+ -- Marco Rodrigues <gothicx at sapo.pt> Sat, 13 Dec 2008 15:04:59 +0000
+
emesene (1.0.1-2) unstable; urgency=low
[ Sandro Tosi ]
@@ -9,11 +18,6 @@
- Fix Logger plugin exceptions. Patch backported from upstream r1506.
Closes: #503939.
- [ Marco Rodrigues ]
- * debian/control:
- + Add ${misc:Depends} to Depends to remove
- lintian warning.
-
-- Emilio Pozuelo Monfort <pochu at ubuntu.com> Mon, 17 Nov 2008 23:33:34 +0100
emesene (1.0.1-1) unstable; urgency=low
Modified: packages/entertainer/trunk/debian/control
===================================================================
--- packages/entertainer/trunk/debian/control 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/entertainer/trunk/debian/control 2008-12-13 15:09:16 UTC (rev 2067)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Marco Rodrigues <gothicx at sapo.pt>
-Build-Depends: debhelper (>= 5.0.51), cdbs (>= 0.4.49), python (>= 2.3.5-7)
+Build-Depends: debhelper (>= 5.0.51), cdbs (>= 0.4.49), dpatch, python (>= 2.3.5-7)
Build-Depends-Indep: python-central (>= 0.6)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-apps/packages/entertainer/trunk
Added: packages/entertainer/trunk/debian/patches/00list
===================================================================
--- packages/entertainer/trunk/debian/patches/00list (rev 0)
+++ packages/entertainer/trunk/debian/patches/00list 2008-12-13 15:09:16 UTC (rev 2067)
@@ -0,0 +1 @@
+remove_extra_license.dpatch
Added: packages/entertainer/trunk/debian/patches/remove_extra_license.dpatch
===================================================================
--- packages/entertainer/trunk/debian/patches/remove_extra_license.dpatch (rev 0)
+++ packages/entertainer/trunk/debian/patches/remove_extra_license.dpatch 2008-12-13 15:09:16 UTC (rev 2067)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## remove_extra_license.dpatch by Marco Rodrigues <gothicx at sapo.pt>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove extra-license-file files from setup.py
+
+ at DPATCH@
+diff -urNad entertainer-0.2~/setup.py entertainer-0.2/setup.py
+--- entertainer-0.2~/setup.py 2008-12-12 19:49:47.000000000 +0000
++++ entertainer-0.2/setup.py 2008-12-12 19:50:09.000000000 +0000
+@@ -36,9 +36,6 @@
+ data_files.extend(find_files('locale'))
+ data_files.append(
+ ('share/entertainer/docs', [
+- 'docs/LICENSE',
+- 'docs/COPYING',
+- 'docs/EXIF_LICENSE',
+ 'docs/DEPENDENCIES',
+ ]))
+ data_files.append(
Property changes on: packages/entertainer/trunk/debian/patches/remove_extra_license.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: packages/entertainer/trunk/debian/rules
===================================================================
--- packages/entertainer/trunk/debian/rules 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/entertainer/trunk/debian/rules 2008-12-13 15:09:16 UTC (rev 2067)
@@ -3,12 +3,12 @@
DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/python-distutils.mk
DEB_INSTALL_MANPAGES_entertainer = debian/entertainer.1
install/entertainer::
- # Remove executable permissions
find debian/entertainer -type f \( -name '*.png' -or -name '*.conf' \) -exec chmod -x '{}' \;
binary-install/entertainer::
Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/mercurial/trunk/debian/changelog 2008-12-13 15:09:16 UTC (rev 2067)
@@ -1,8 +1,14 @@
mercurial (1.0.1-6) UNRELEASED; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
+ [ Marco Rodrigues ]
+ * debian/control:
+ + Add ${misc:Depends} to Depends to remove
+ lintian warning.
+
-- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:47:36 +0100
mercurial (1.0.1-5) unstable; urgency=low
Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/mercurial/trunk/debian/control 2008-12-13 15:09:16 UTC (rev 2067)
@@ -12,7 +12,7 @@
Package: mercurial
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ucf (>= 2.0020),
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ucf (>= 2.0020),
mercurial-common (= ${binary:Version})
Recommends: rcs | kdiff3 | tkdiff | meld, python-beaker
Suggests: qct,
Modified: packages/p9m4/trunk/debian/changelog
===================================================================
--- packages/p9m4/trunk/debian/changelog 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/p9m4/trunk/debian/changelog 2008-12-13 15:09:16 UTC (rev 2067)
@@ -1,8 +1,14 @@
p9m4 (0.5.dfsg-2) UNRELEASED; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
+ [ Marco Rodrigues ]
+ * debian/control:
+ + Add ${misc:Depends} to Depends to remove
+ lintian warning.
+
-- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:47:40 +0100
p9m4 (0.5.dfsg-1) unstable; urgency=low
Modified: packages/p9m4/trunk/debian/control
===================================================================
--- packages/p9m4/trunk/debian/control 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/p9m4/trunk/debian/control 2008-12-13 15:09:16 UTC (rev 2067)
@@ -12,7 +12,7 @@
Package: prover9-mace4
Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.6, prover9 (>= 0.0.200712-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.6, prover9 (>= 0.0.200712-1)
Description: GUI for Prover9 and Mace4
This package provides a graphical user interface for easily running
the Prover9 theorem prover and the Mace4 countermodel generator
Modified: packages/photo-uploader/trunk/debian/changelog
===================================================================
--- packages/photo-uploader/trunk/debian/changelog 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/photo-uploader/trunk/debian/changelog 2008-12-13 15:09:16 UTC (rev 2067)
@@ -1,12 +1,14 @@
photo-uploader (0.6-3) UNRELEASED; urgency=low
- [ Michal ÄihaÅ ]
- * NOT RELEASED YET
-
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
+ [ Marco Rodrigues ]
+ * debian/control:
+ + Add ${misc:Depends} to Depends to remove
+ lintian warning.
+
-- Michal ÄihaÅ <nijel at debian.org> Sat, 07 Jun 2008 11:56:23 +0200
photo-uploader (0.6-2) unstable; urgency=low
Modified: packages/photo-uploader/trunk/debian/control
===================================================================
--- packages/photo-uploader/trunk/debian/control 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/photo-uploader/trunk/debian/control 2008-12-13 15:09:16 UTC (rev 2067)
@@ -13,7 +13,7 @@
Package: photo-uploader
Architecture: all
-Depends: ${python:Depends}, python-pycurl
+Depends: ${python:Depends}, ${misc:Depends}, python-pycurl
XB-Python-Version: ${python:Versions}
Description: Command line photo uploader
Photo uploader is a command line utility (and Python module) for
Modified: packages/pybackpack/trunk/debian/changelog
===================================================================
--- packages/pybackpack/trunk/debian/changelog 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/pybackpack/trunk/debian/changelog 2008-12-13 15:09:16 UTC (rev 2067)
@@ -1,8 +1,14 @@
pybackpack (0.5.6-2) UNRELEASED; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
+ [ Marco Rodrigues ]
+ * debian/control:
+ + Add ${misc:Depends} to Depends to remove
+ lintian warning.
+
-- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:47:55 +0100
pybackpack (0.5.6-1) unstable; urgency=low
Modified: packages/pybackpack/trunk/debian/control
===================================================================
--- packages/pybackpack/trunk/debian/control 2008-12-13 15:02:26 UTC (rev 2066)
+++ packages/pybackpack/trunk/debian/control 2008-12-13 15:09:16 UTC (rev 2067)
@@ -11,7 +11,7 @@
Package: pybackpack
Architecture: all
-Depends: ${python:Depends}, rdiff-backup (>= 0.12.7), python-gtk2, python-glade2, python-gnome2, python-gnome2-desktop, genisoimage
+Depends: ${python:Depends}, ${misc:Depends}, rdiff-backup (>= 0.12.7), python-gtk2, python-glade2, python-gnome2, python-gnome2-desktop, genisoimage
Description: user friendly file backup tool for GNOME
A graphical tool to make file backup simpler. Provides a
user-friendly interface which allows you to back up your
More information about the Python-apps-commits
mailing list