[Python-apps-commits] r1884 - in packages/pdfposter/trunk (10 files)

thomasbl-guest at users.alioth.debian.org thomasbl-guest at users.alioth.debian.org
Mon Oct 6 10:09:39 UTC 2008


    Date: Monday, October 6, 2008 @ 10:09:38
  Author: thomasbl-guest
Revision: 1884

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pdfposter/trunk/debian/
  packages/pdfposter/trunk/debian/changelog
  packages/pdfposter/trunk/debian/compat
  packages/pdfposter/trunk/debian/control
  packages/pdfposter/trunk/debian/copyright
  packages/pdfposter/trunk/debian/docs
  packages/pdfposter/trunk/debian/examples
  packages/pdfposter/trunk/debian/rules
  packages/pdfposter/trunk/debian/watch
Modified:
  packages/pdfposter/trunk/pdfposter.egg-info/SOURCES.txt


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

Added: packages/pdfposter/trunk/debian/changelog
===================================================================
--- packages/pdfposter/trunk/debian/changelog	                        (rev 0)
+++ packages/pdfposter/trunk/debian/changelog	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1,6 @@
+pdfposter (0.4.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #495808)
+
+ -- Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>  Mon, 25 Aug 2008 14:26:35 +0200
+

Added: packages/pdfposter/trunk/debian/compat
===================================================================
--- packages/pdfposter/trunk/debian/compat	                        (rev 0)
+++ packages/pdfposter/trunk/debian/compat	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1 @@
+5

Added: packages/pdfposter/trunk/debian/control
===================================================================
--- packages/pdfposter/trunk/debian/control	                        (rev 0)
+++ packages/pdfposter/trunk/debian/control	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1,30 @@
+Source: pdfposter
+Section: python
+XS-Python-Version: >= 2.4
+Priority: optional
+Maintainer: Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: python(>= 2.4), python-central (>= 0.6.8), debhelper (>= 5), python-setuptools (>= 0.6c8)
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pdfposter
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pdfposter/trunk/?op=log
+
+Package: pdfposter
+Architecture: all
+Depends: ${python:Depends}, python-pdftools (>= 0.37) 
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Homepage: http://pdfposter.origo.ethz.ch/
+Description: Scale and tile PDF images/pages to print on multiple pages 
+ Pdfposter can be used to create a large poster by building it from
+ multple pages and/or printing it on large media. It expects as input a
+ PDF file, normally printing on a single page. The output is again a
+ PDF file, maybe containing multiple pages together building the
+ poster. The input page will be scaled to obtain the desired size.
+ .
+ This is much like ``poster`` does for Postscript files, but working
+ with PDF. Since sometimes poster does not like your files converted
+ from PDF. :-) Indeed ``pdfposter`` was inspired by ``poster``.
+ For more information please refer to the manpage or visit  the
+ project homepage
+

Added: packages/pdfposter/trunk/debian/copyright
===================================================================
--- packages/pdfposter/trunk/debian/copyright	                        (rev 0)
+++ packages/pdfposter/trunk/debian/copyright	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1,31 @@
+This package was debianized by Thomas Bläsing <thomasbl at pool.math.tu-berlin.de> on
+Mon, 25 Aug 2008 14:26:35 +0200
+
+It was downloaded from http://pdfposter.origo.ethz.ch/
+
+Upstream Author:
+	Hartmut Goebel <h.goebel at goebel-consult.de>
+
+Copyright: 
+	Copyright (C) 2008 Hartmut Goebel
+
+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; version 3 dated June, 2007.
+
+	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, version 3, can be found in /usr/share/common-licenses/GPL-3.
+
+The Debian packaging is (C) 2008, Thomas Bläsing <thomasbl at pool.math.tu-berlin.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/pdfposter/trunk/debian/docs
===================================================================
--- packages/pdfposter/trunk/debian/docs	                        (rev 0)
+++ packages/pdfposter/trunk/debian/docs	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1 @@
+README.txt

Added: packages/pdfposter/trunk/debian/examples
===================================================================
--- packages/pdfposter/trunk/debian/examples	                        (rev 0)
+++ packages/pdfposter/trunk/debian/examples	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1 @@
+examples/*

Added: packages/pdfposter/trunk/debian/rules
===================================================================
--- packages/pdfposter/trunk/debian/rules	                        (rev 0)
+++ packages/pdfposter/trunk/debian/rules	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	rm -rf build/
+	find . -name "*.pyc" | xargs rm -f
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	
+	python setup.py install --root=$(CURDIR)/debian/pdfposter
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_pycentral
+	dh_installman pdfposter.1
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep 
+.PHONY: build clean binary-indep binary install


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

Added: packages/pdfposter/trunk/debian/watch
===================================================================
--- packages/pdfposter/trunk/debian/watch	                        (rev 0)
+++ packages/pdfposter/trunk/debian/watch	2008-10-06 10:09:38 UTC (rev 1884)
@@ -0,0 +1,2 @@
+version=2
+http://sf.net/wapiti/wapiti-(.+)\.tar\.gz

Modified: packages/pdfposter/trunk/pdfposter.egg-info/SOURCES.txt
===================================================================
--- packages/pdfposter/trunk/pdfposter.egg-info/SOURCES.txt	2008-10-06 10:09:34 UTC (rev 1883)
+++ packages/pdfposter/trunk/pdfposter.egg-info/SOURCES.txt	2008-10-06 10:09:38 UTC (rev 1884)
@@ -6,6 +6,7 @@
 pdfposter
 pdfposter.1
 pdfposter.rst
+setup.cfg
 setup.py
 examples/SConscript
 examples/testpage-tall.odt




More information about the Python-apps-commits mailing list