[Python-apps-commits] r10100 - in packages/pdfshuffler/trunk/debian (4 files)
sez at users.alioth.debian.org
sez at users.alioth.debian.org
Thu Oct 17 21:29:17 UTC 2013
Date: Thursday, October 17, 2013 @ 21:29:15
Author: sez
Revision: 10100
debian/0.6.0-3
* Add copyright to debian/patches/add-save-button
* Actually bump Standards-Version
Modified:
packages/pdfshuffler/trunk/debian/changelog
packages/pdfshuffler/trunk/debian/control
packages/pdfshuffler/trunk/debian/copyright
packages/pdfshuffler/trunk/debian/patches/series
Modified: packages/pdfshuffler/trunk/debian/changelog
===================================================================
--- packages/pdfshuffler/trunk/debian/changelog 2013-10-17 20:33:40 UTC (rev 10099)
+++ packages/pdfshuffler/trunk/debian/changelog 2013-10-17 21:29:15 UTC (rev 10100)
@@ -1,9 +1,30 @@
-pdfshuffler (0.5.1-3) UNRELEASED; urgency=low
+pdfshuffler (0.6.0-3) unstable; urgency=low
- * Use canonical URIs for Vcs-* fields.
+ * Add copyright to debian/patches/add-save-button
+ * Actually bump Standards-Version
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:05:25 +0200
+ -- Serafeim Zanikolas <sez at debian.org> Thu, 17 Oct 2013 21:17:38 +0100
+pdfshuffler (0.6.0-2) unstable; urgency=low
+
+ * Apply patch debian/patches/add-save-button to add "Save" option
+ (Closes: #722995).
+ * Bump Standards-Version to 3.9.4 (no changes)
+
+ -- Serafeim Zanikolas <sez at debian.org> Sun, 06 Oct 2013 16:19:48 +0100
+
+pdfshuffler (0.6.0-1) unstable; urgency=low
+
+ * New Upstream Release
+ - works with poppler 0.18 (Closes: #660937)
+ - drop fix-shebag patch
+ * Add patch for manpage typo (thanks to A. Costa <agcosta at gis.net>;
+ Closes: #650070)
+ * Bump Standards-Version to 3.9.3
+ - convert debian/copyright to DEP5 format
+
+ -- Serafeim Zanikolas <sez at debian.org> Sun, 29 Apr 2012 01:03:32 +0200
+
pdfshuffler (0.5.1-2) unstable; urgency=low
* Migrate to dh_python2
Modified: packages/pdfshuffler/trunk/debian/control
===================================================================
--- packages/pdfshuffler/trunk/debian/control 2013-10-17 20:33:40 UTC (rev 10099)
+++ packages/pdfshuffler/trunk/debian/control 2013-10-17 21:29:15 UTC (rev 10100)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Serafeim Zanikolas <sez at debian.org>
Build-Depends: debhelper (>= 7), gettext, python (>= 2.6.6-3~)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pdfshuffler/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pdfshuffler/trunk/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pdfshuffler/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pdfshuffler
Homepage: http://pdfshuffler.sf.net
X-Python-Version: >= 2.4
Modified: packages/pdfshuffler/trunk/debian/copyright
===================================================================
--- packages/pdfshuffler/trunk/debian/copyright 2013-10-17 20:33:40 UTC (rev 10099)
+++ packages/pdfshuffler/trunk/debian/copyright 2013-10-17 21:29:15 UTC (rev 10100)
@@ -1,39 +1,17 @@
-This package was debianized by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: pdfshuffler
+Upstream-Contact: Konstantinos Poulios
+Source: http://pdfshuffler.sf.net
- Serafeim Zanikolas <serzan at hellug.gr> on Sun, 08 Feb 2009 18:46:36 +0000
+Files: *
+Copyright: 2008-2012 Konstantinos Poulios
+License: GPL-3
-It was downloaded from:
+Files: debian/*
+Copyright: 2008-2012 Serafeim Zanikolas
+License: GPL-3
- http://pdfshuffler.sf.net
+License: GPL-3
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in the file /usr/share/common-licenses/GPL-3.
-Upstream Author:
-
- Konstantinos Poulios <poulios.konstantinos at gmail.com>
-
-Copyright:
-
- Copyright © 2008-2009 Konstantinos Poulios
-
-License:
-
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 or later as
- published by the Free Software Foundation.
-
- 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-3'.
-
-The Debian packaging is:
-
- Copyright © 2009, Serafeim Zanikolas <serzan at hellug.gr>
-
-and is licensed under the GPL, see above.
Modified: packages/pdfshuffler/trunk/debian/patches/series
===================================================================
--- packages/pdfshuffler/trunk/debian/patches/series 2013-10-17 20:33:40 UTC (rev 10099)
+++ packages/pdfshuffler/trunk/debian/patches/series 2013-10-17 21:29:15 UTC (rev 10100)
@@ -1 +1,2 @@
-fix-shebang
+add-save-button
+fix-manpage-typo
More information about the Python-apps-commits
mailing list