[Python-modules-commits] r9313 - in packages/python-djvulibre/trunk (11 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Thu Aug 13 12:59:22 UTC 2009


    Date: Thursday, August 13, 2009 @ 12:59:21
  Author: jwilk-guest
Revision: 9313

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-djvulibre/trunk/debian/
  packages/python-djvulibre/trunk/debian/changelog
  packages/python-djvulibre/trunk/debian/compat
  packages/python-djvulibre/trunk/debian/control
  packages/python-djvulibre/trunk/debian/copyright
  packages/python-djvulibre/trunk/debian/python-djvulibre-doc.compress
  packages/python-djvulibre/trunk/debian/python-djvulibre-doc.docs
  packages/python-djvulibre/trunk/debian/python-djvulibre-doc.links
  packages/python-djvulibre/trunk/debian/python-djvulibre.install
  packages/python-djvulibre/trunk/debian/rules
  packages/python-djvulibre/trunk/debian/watch


Property changes on: packages/python-djvulibre/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/changelog	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,5 @@
+python-djvulibre (0.1.12-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #540324).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Thu, 13 Aug 2009 14:24:28 +0200

Added: packages/python-djvulibre/trunk/debian/compat
===================================================================
--- packages/python-djvulibre/trunk/debian/compat	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/compat	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1 @@
+7

Added: packages/python-djvulibre/trunk/debian/control
===================================================================
--- packages/python-djvulibre/trunk/debian/control	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/control	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,32 @@
+Source: python-djvulibre
+Section: python
+Priority: optional
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.5),
+ python-support (>= 0.90), python-setuptools (>= 0.6b3-1~), cython, python-all-dev,
+ libdjvulibre-dev, pkg-config
+Build-Depends-Indep: python-sphinx, python-pygments, graphviz
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-djvulibre/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-djvulibre/trunk/
+Homepage: http://jwilk.net/software/python-djvulibre.html
+
+Package: python-djvulibre
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: python-djvulibre-doc
+Description: Python support for the DjVu image format
+ python-djvulibre is a set of Python bindings for the DjVuLibre library,
+ an open source implementation of DjVu.
+
+Package: python-djvulibre-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, libjs-jquery
+Recommends: python-djvulibre
+Description: Python support for the DjVu image format (documentation)
+ python-djvulibre is a set of Python bindings for the DjVuLibre library,
+ an open source implementation of DjVu.
+ .
+ This package contains technical documentation.

Added: packages/python-djvulibre/trunk/debian/copyright
===================================================================
--- packages/python-djvulibre/trunk/debian/copyright	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/copyright	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,16 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
+Name: python-djvulibre
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Source: http://jwilk.nfshost.com/software/python-djvulibre.html
+
+Files: *
+Copyright: 2007, 2008, 2009, Jakub Wilk <ubanus at users.sf.net>
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+
+Files: debian/*
+Copyright: 2009, Jakub Wilk <ubanus at users.sf.net>
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.

Added: packages/python-djvulibre/trunk/debian/python-djvulibre-doc.compress
===================================================================
--- packages/python-djvulibre/trunk/debian/python-djvulibre-doc.compress	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/python-djvulibre-doc.compress	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,2 @@
+#!/bin/sh
+ls usr/share/doc/*/changelog*

Added: packages/python-djvulibre/trunk/debian/python-djvulibre-doc.docs
===================================================================
--- packages/python-djvulibre/trunk/debian/python-djvulibre-doc.docs	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/python-djvulibre-doc.docs	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1 @@
+doc/build/html/

Added: packages/python-djvulibre/trunk/debian/python-djvulibre-doc.links
===================================================================
--- packages/python-djvulibre/trunk/debian/python-djvulibre-doc.links	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/python-djvulibre-doc.links	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,4 @@
+usr/share/doc/python-djvulibre-doc/html usr/share/doc/python-djvulibre/html
+usr/share/doc/python-djvulibre-doc/rst usr/share/doc/python-djvulibre/rst
+usr/share/doc/python-djvulibre-doc/html/_sources usr/share/doc/python-djvulibre-doc/rst
+usr/share/javascript/jquery/jquery.min.js usr/share/doc/python-djvulibre-doc/html/_static/jquery.js

Added: packages/python-djvulibre/trunk/debian/python-djvulibre.install
===================================================================
--- packages/python-djvulibre/trunk/debian/python-djvulibre.install	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/python-djvulibre.install	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1 @@
+usr/lib/python*/

Added: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/rules	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+
+PYTHONPATH = $(wildcard $(CURDIR)/build/lib.*-$(shell pyversions -dv))
+
+.PHONY: build
+build: build-arch build-indep
+
+.PHONY: build-arch
+build-arch: build/stamp
+
+build/stamp:
+	dh build -s
+	touch $(@)
+
+.PHONY: build-indep
+build-indep: doc/stamp
+
+doc/stamp: build/stamp
+	$(MAKE) -C doc/ html PYTHONPATH=$(PYTHONPATH):$(PWD)
+	touch $(@)
+
+.PHONY: clean
+clean: 
+	dh clean
+	rm -Rf doc/build/ doc/stamp
+	rm -Rf build/
+	find . -type f -name '*.py[co]' -or -name '*.so' -or -name '*.c' -delete
+	rm -Rf *.egg-info/
+
+.PHONY: install
+install: install-arch install-indep
+
+.PHONY: install-arch
+install-arch: build-arch
+	dh binary -s
+
+.PHONY: install-indep
+install-indep: build-indep
+	dh install -i
+
+.PHONY: binary
+binary: binary-arch binary-indep
+
+.PHONY: binary-arch
+binary-arch: build-arch install-arch
+	dh binary -s
+
+.PHONY: binary-indep
+binary-indep: build-indep install-indep
+	dh binary -i
+
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+	dh_installchangelogs doc/changelog
+
+# vim:ts=4 sw=4 noet


Property changes on: packages/python-djvulibre/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-djvulibre/trunk/debian/watch
===================================================================
--- packages/python-djvulibre/trunk/debian/watch	                        (rev 0)
+++ packages/python-djvulibre/trunk/debian/watch	2009-08-13 12:59:21 UTC (rev 9313)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/p/python-djvulibre/python-djvulibre-([0-9.]+).tar.gz




More information about the Python-modules-commits mailing list