[Python-apps-commits] r394 - in packages/phatch/trunk/debian (7 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Dec 7 00:55:03 UTC 2007


    Date: Friday, December 7, 2007 @ 00:55:03
  Author: pochu-guest
Revision: 394

install manpage from upstream, remove it from debian/
remove debian/patches/01_setup.dpatch, as upstream has fixed the import Image.

Modified:
  packages/phatch/trunk/debian/changelog
  packages/phatch/trunk/debian/control
  packages/phatch/trunk/debian/copyright
  packages/phatch/trunk/debian/manpages
  packages/phatch/trunk/debian/rules
Deleted:
  packages/phatch/trunk/debian/patches/
  packages/phatch/trunk/debian/phatch.1

Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	2007-12-06 22:30:18 UTC (rev 393)
+++ packages/phatch/trunk/debian/changelog	2007-12-07 00:55:03 UTC (rev 394)
@@ -1,5 +1,5 @@
-phatch (0.0.bzr165-1) unstable; urgency=low
+phatch (0.0.bzr167-1) unstable; urgency=low
 
   * Initial release (Closes: #454499)
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 05 Dec 2007 19:48:46 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 07 Dec 2007 01:53:57 +0100

Modified: packages/phatch/trunk/debian/control
===================================================================
--- packages/phatch/trunk/debian/control	2007-12-06 22:30:18 UTC (rev 393)
+++ packages/phatch/trunk/debian/control	2007-12-07 00:55:03 UTC (rev 394)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>, Bernd Zeimetz <bzed at debian.org>
 Standards-Version: 3.7.3
-Homepage: http://launchpad.net/phatch/
+Homepage: http://photobatch.stani.be 
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/phatch/trunk/?op=log
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/phatch/trunk/
 Build-Depends: debhelper (>= 5.0.38), dpatch, cdbs (>= 0.4.43), python (>= 2.3.5-11)

Modified: packages/phatch/trunk/debian/copyright
===================================================================
--- packages/phatch/trunk/debian/copyright	2007-12-06 22:30:18 UTC (rev 393)
+++ packages/phatch/trunk/debian/copyright	2007-12-07 00:55:03 UTC (rev 394)
@@ -1,7 +1,7 @@
 This package was debianized by Emilio Pozuelo Monfort <pochu at ubuntu.com> on
 Wed, 05 Dec 2007 19:42:32 +0100.
 
-It was downloaded from https://launchpad.net/phatch
+It was downloaded from http://photobatch.stani.be 
 
 Upstream Author: Stani <spe.stani.be at gmail.com>
 

Modified: packages/phatch/trunk/debian/manpages
===================================================================
--- packages/phatch/trunk/debian/manpages	2007-12-06 22:30:18 UTC (rev 393)
+++ packages/phatch/trunk/debian/manpages	2007-12-07 00:55:03 UTC (rev 394)
@@ -1 +1 @@
-debian/phatch.1
+linux/phatch.1

Deleted: packages/phatch/trunk/debian/phatch.1
===================================================================
--- packages/phatch/trunk/debian/phatch.1	2007-12-06 22:30:18 UTC (rev 393)
+++ packages/phatch/trunk/debian/phatch.1	2007-12-07 00:55:03 UTC (rev 394)
@@ -1,15 +0,0 @@
-.TH PHATCH "1" "December 2007" "Phatch 0.0.bzr165" "User Commands"
-.SH NAME
-Phatch \- Photo Batch Processor
-.SH DESCRIPTION
-usage: Phatch [options] [actionlist] [image files/folders]
-.SS "options:"
-.TP
-\fB\-\-version\fR
-Show program's version number and exit.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Show the command line options which are accepted by Phatch.
-.TP
-\fB\-c\fR, \fB\-\-console\fR
-Run Phatch as console program without a gui.

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2007-12-06 22:30:18 UTC (rev 393)
+++ packages/phatch/trunk/debian/rules	2007-12-07 00:55:03 UTC (rev 394)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM 		:= pysupport
+DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Python-apps-commits mailing list