[Python-modules-commits] r3764 - in /packages/python-pypoppler: ./ branches/ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules

gaspa-guest at users.alioth.debian.org gaspa-guest at users.alioth.debian.org
Thu Nov 29 15:16:51 UTC 2007


Author: gaspa-guest
Date: Thu Nov 29 15:16:51 2007
New Revision: 3764

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3764
Log:
first upload

Added:
    packages/python-pypoppler/
    packages/python-pypoppler/branches/
    packages/python-pypoppler/tags/
    packages/python-pypoppler/trunk/
    packages/python-pypoppler/trunk/debian/
    packages/python-pypoppler/trunk/debian/changelog
    packages/python-pypoppler/trunk/debian/compat
    packages/python-pypoppler/trunk/debian/control
    packages/python-pypoppler/trunk/debian/copyright
    packages/python-pypoppler/trunk/debian/rules   (with props)

Added: packages/python-pypoppler/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pypoppler/trunk/debian/changelog?rev=3764&op=file
==============================================================================
--- packages/python-pypoppler/trunk/debian/changelog (added)
+++ packages/python-pypoppler/trunk/debian/changelog Thu Nov 29 15:16:51 2007
@@ -1,0 +1,6 @@
+pypoppler (0.6.0) unstable; urgency=low
+
+  * First upload
+
+ -- Andrea Gasparini <gaspa at yattaweb.it>  Mon, 12 Nov 2007 16:16:29 +0200
+

Added: packages/python-pypoppler/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pypoppler/trunk/debian/compat?rev=3764&op=file
==============================================================================
--- packages/python-pypoppler/trunk/debian/compat (added)
+++ packages/python-pypoppler/trunk/debian/compat Thu Nov 29 15:16:51 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-pypoppler/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pypoppler/trunk/debian/control?rev=3764&op=file
==============================================================================
--- packages/python-pypoppler/trunk/debian/control (added)
+++ packages/python-pypoppler/trunk/debian/control Thu Nov 29 15:16:51 2007
@@ -1,0 +1,18 @@
+Source: pypoppler
+Section: python
+Priority: optional
+Maintainer: Andrea Gasparini <gaspa at yattaweb.it>
+Build-Depends: debhelper (>= 5), cdbs, python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), python-gtk2-dev (>= 2.10 ), python-gobject-dev (>= 2.10.1), python-cairo-dev (>= 1.2.0),libpoppler-glib-dev (>= 0.6-0 )
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.4
+
+Package: python-pypoppler
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Poppler python bindings
+ This package include Python bindings for LibPoppler.
+ It is needed to run programs written in Python and using Poppler set.
+ LibPoppler is a PDF rendering library based on xpdf PDF viewer, and used by
+ kpdf and evince pdf viewers.

Added: packages/python-pypoppler/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pypoppler/trunk/debian/copyright?rev=3764&op=file
==============================================================================
--- packages/python-pypoppler/trunk/debian/copyright (added)
+++ packages/python-pypoppler/trunk/debian/copyright Thu Nov 29 15:16:51 2007
@@ -1,0 +1,37 @@
+This package was debianized by Andrea Gasparini <gaspa at yattaweb.it> on
+Tue, 13 Nov 2007 20:40:14 +0000.
+
+It was downloaded from http://www.gnome.org/~gianmt/pypoppler-0.6.0.tar.gz
+
+Upstream Author: 
+
+Gian Mario Tagliaretti <gianmt at gnome.it>
+Ali Afshar <aafshar at gmail.com>
+
+
+Copyright: 
+
+Gian Mario Tagliaretti <g.tagliaretti at parafernalia.org>
+Ali Afshar <aafshar at gmail.com>
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+On Debian systems, the full text of the LGPL can be found in
+/usr/share/common-licenses/LGPL-2
+
+The Debian packaging is (C) 2007, Andrea Gasparini <gaspa at yattaweb.it>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/python-pypoppler/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pypoppler/trunk/debian/rules?rev=3764&op=file
==============================================================================
--- packages/python-pypoppler/trunk/debian/rules (added)
+++ packages/python-pypoppler/trunk/debian/rules Thu Nov 29 15:16:51 2007
@@ -1,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_CLEANUP_RCS    := yes
+DEB_PYTHON_SYSTEM       := pysupport
+#PYVERS=$(shell pyversions -vs)
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+binary-install/python-pypoppler::
+	find debian -name "*.la" -exec rm -f {} \;
+#	dh_pysupport -ppython-pypoppler

Propchange: packages/python-pypoppler/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list