[Python-apps-commits] r4162 - in packages/djvusmooth/trunk (10 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Sat Nov 21 20:37:21 UTC 2009


    Date: Saturday, November 21, 2009 @ 20:37:20
  Author: jwilk-guest
Revision: 4162

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/djvusmooth/trunk/debian/
  packages/djvusmooth/trunk/debian/changelog
  packages/djvusmooth/trunk/debian/compat
  packages/djvusmooth/trunk/debian/control
  packages/djvusmooth/trunk/debian/copyright
  packages/djvusmooth/trunk/debian/dirs
  packages/djvusmooth/trunk/debian/links
  packages/djvusmooth/trunk/debian/manpages
  packages/djvusmooth/trunk/debian/rules
  packages/djvusmooth/trunk/debian/watch


Property changes on: packages/djvusmooth/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/changelog	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1,5 @@
+djvusmooth (0.2.0-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #550922).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Sat, 21 Nov 2009 15:27:12 +0100

Added: packages/djvusmooth/trunk/debian/compat
===================================================================
--- packages/djvusmooth/trunk/debian/compat	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/compat	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1 @@
+7

Added: packages/djvusmooth/trunk/debian/control
===================================================================
--- packages/djvusmooth/trunk/debian/control	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/control	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1,22 @@
+Source: djvusmooth
+Section: text
+Priority: optional
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90)
+XS-Python-Version: all
+Standards-Version: 3.8.3
+Homepage: http://jwilk.net/software/djvusmooth.html
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/djvusmooth/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/djvusmooth/trunk/
+
+Package: djvusmooth
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+  python-djvu (>= 0.1.15), djvulibre-bin (>= 3.5.20-5~),
+  python-wxgtk2.6
+Description: graphical editor for DjVu
+ DjVuSmooth is a graphical editor for DjVu files, which allows to:
+  * edit document metadata,
+  * edit document outline (bookmarks),
+  * correct occasional errors in the hidden text layer.

Added: packages/djvusmooth/trunk/debian/copyright
===================================================================
--- packages/djvusmooth/trunk/debian/copyright	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/copyright	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
+Name: djvusmooth
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Source: http://jwilk.net/software/djvusmooth.html
+
+Files: *
+Copyright:
+ 2008, 2009, Jakub Wilk <ubanus at users.sf.net>
+ 2009 Mateusz Turcza <mturcza at mimuw.edu.pl>
+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/djvusmooth/trunk/debian/dirs
===================================================================
--- packages/djvusmooth/trunk/debian/dirs	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/dirs	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1 @@
+usr/share/djvusmooth/

Added: packages/djvusmooth/trunk/debian/links
===================================================================
--- packages/djvusmooth/trunk/debian/links	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/links	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1 @@
+usr/share/djvusmooth/djvusmooth usr/bin/djvusmooth

Added: packages/djvusmooth/trunk/debian/manpages
===================================================================
--- packages/djvusmooth/trunk/debian/manpages	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/manpages	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1 @@
+doc/*.[0-9]

Added: packages/djvusmooth/trunk/debian/rules
===================================================================
--- packages/djvusmooth/trunk/debian/rules	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/rules	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1,40 @@
+#!/usr/bin/make -f
+
+.PHONY: build
+build:
+	dh build
+
+.PHONY: build-arch
+build-arch:
+
+.PHONY: build-indep
+build-indep: build
+
+.PHONY: install
+install: build
+	dh install
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+	dh_installchangelogs doc/changelog
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+	cp -a djvusmooth* lib debian/djvusmooth/usr/share/djvusmooth
+
+.PHONY: binary
+binary:
+	dh binary
+
+.PHONY: binary-arch
+binary-arch:
+
+.PHONY: binary-indep
+binary-indep: binary
+
+.PHONY: clean
+clean:
+	dh clean
+	find -name '*.py[co]' -delete
+
+# vim:ts=4 sw=4 noet


Property changes on: packages/djvusmooth/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/djvusmooth/trunk/debian/watch
===================================================================
--- packages/djvusmooth/trunk/debian/watch	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/watch	2009-11-21 20:37:20 UTC (rev 4162)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/djvusmooth/djvusmooth-([0-9.]+).tar.gz




More information about the Python-apps-commits mailing list