[Python-apps-commits] r371 - in packages (12 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Wed Dec 5 20:06:34 UTC 2007


    Date: Wednesday, December 5, 2007 @ 20:06:33
  Author: pochu-guest
Revision: 371

Add initial phatch packaging

Added:
  packages/phatch/
  packages/phatch/tags/
  packages/phatch/trunk/
  packages/phatch/trunk/debian/
  packages/phatch/trunk/debian/changelog
  packages/phatch/trunk/debian/compat
  packages/phatch/trunk/debian/control
  packages/phatch/trunk/debian/copyright
  packages/phatch/trunk/debian/manpage.1.ex
  packages/phatch/trunk/debian/menu
  packages/phatch/trunk/debian/rules
  packages/phatch/trunk/debian/watch


Property changes on: packages/phatch/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	                        (rev 0)
+++ packages/phatch/trunk/debian/changelog	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,5 @@
+phatch (0.0.bzr165-1) unstable; urgency=low
+
+  * Initial release (Closes: #454499)
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 05 Dec 2007 19:48:46 +0100

Added: packages/phatch/trunk/debian/compat
===================================================================
--- packages/phatch/trunk/debian/compat	                        (rev 0)
+++ packages/phatch/trunk/debian/compat	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1 @@
+5

Added: packages/phatch/trunk/debian/control
===================================================================
--- packages/phatch/trunk/debian/control	                        (rev 0)
+++ packages/phatch/trunk/debian/control	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,25 @@
+Source: phatch
+Section: graphics
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Standards-Version: 3.7.3
+Homepage: http://launchpad.net/phatch/
+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/
+XS-Python-Version: all
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: cdbs (>= 0.4.43), python (>= 2.3.5-11), python-support (>= 0.5.3)
+
+Package: phatch
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, python-imaging, python-wxgtk2.8 | python-wxgtk2.6, python-wxversion
+Description: photo batch processor
+ Phatch is a simple to use cross-platform GUI Photo Batch Processor which
+ handles all popular image formats and can duplicate (sub)folder hierarchies.
+ Phatch can batch resize, rotate, rename, ... and more in minutes instead of
+ hours or days if you do it manually.
+ .
+ Phatch will also support a console version in the future to batch photos on
+ webservers.

Added: packages/phatch/trunk/debian/copyright
===================================================================
--- packages/phatch/trunk/debian/copyright	                        (rev 0)
+++ packages/phatch/trunk/debian/copyright	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,30 @@
+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
+
+Upstream Author: Stani <spe.stani.be at gmail.com>
+
+Copyright: (c) 2007 Stani <spe.stani.be at gmail.com>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (c) 2007 Emilio Pozuelo Monfort <pochu at ubuntu.com> and
+is licensed under the GPL, see above.

Added: packages/phatch/trunk/debian/manpage.1.ex
===================================================================
--- packages/phatch/trunk/debian/manpage.1.ex	                        (rev 0)
+++ packages/phatch/trunk/debian/manpage.1.ex	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,59 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH PHATCH SECTION "December  5, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+phatch \- program to do something
+.SH SYNOPSIS
+.B phatch
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B phatch
+and
+.B bar
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBphatch\fP is a program that...
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH SEE ALSO
+.BR bar (1),
+.BR baz (1).
+.br
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH AUTHOR
+phatch was written by <upstream author>.
+.PP
+This manual page was written by Emilio Pozuelo Monfort <pochu at ubuntu.com>,
+for the Debian project (but may be used by others).

Added: packages/phatch/trunk/debian/menu
===================================================================
--- packages/phatch/trunk/debian/menu	                        (rev 0)
+++ packages/phatch/trunk/debian/menu	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,5 @@
+?package(phatch):needs="X11"\
+ section="Applications/Graphics"\
+ title="phatch"\
+ description="Photo Batch Processor"\
+ command="/usr/bin/phatch"

Added: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	                        (rev 0)
+++ packages/phatch/trunk/debian/rules	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM 		:= pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=usr/share/phatch
+
+binary-install/phatch::
+	dh_desktop
+	dh_icons


Property changes on: packages/phatch/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/phatch/trunk/debian/watch
===================================================================
--- packages/phatch/trunk/debian/watch	                        (rev 0)
+++ packages/phatch/trunk/debian/watch	2007-12-05 20:06:33 UTC (rev 371)
@@ -0,0 +1,4 @@
+version=3
+
+# Uncomment to examine a Webserver directory
+http://sd-2986.dedibox.fr/photobatch/download/package/phatch-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list