[Python-modules-commits] r13483 - in packages/stepic/tags (9 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Jun 18 16:14:59 UTC 2010
Date: Friday, June 18, 2010 @ 16:14:42
Author: kitterman
Revision: 13483
Tag 0.3-3.
Added:
packages/stepic/tags/0.3-3/
packages/stepic/tags/0.3-3/debian/
packages/stepic/tags/0.3-3/debian/changelog
packages/stepic/tags/0.3-3/debian/compat
packages/stepic/tags/0.3-3/debian/control
packages/stepic/tags/0.3-3/debian/copyright
packages/stepic/tags/0.3-3/debian/docs
packages/stepic/tags/0.3-3/debian/rules
packages/stepic/tags/0.3-3/debian/watch
Added: packages/stepic/tags/0.3-3/debian/changelog
===================================================================
--- packages/stepic/tags/0.3-3/debian/changelog (rev 0)
+++ packages/stepic/tags/0.3-3/debian/changelog 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1,48 @@
+stepic (0.3-3) unstable; urgency=low
+
+ * Convert from python-support to dh_python2
+ - Update python build-dep to python-all >= 2.6.5-2~, update debhelper
+ requirement to 7.3.16, and drop python-support
+ - Change debian/rules to build --with python2
+ * Change XS-Python-Version from all to >= 2.4
+ * Update debian/rules to use overrides instead of --before/after
+ * Bump standards version to 3.8.4 without further change
+ * Drop DM-Upload-Allowed
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 18 Jun 2010 14:47:50 +0000
+
+stepic (0.3-2) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - Switch Vcs-Browser field to viewsvn
+
+ [ Scott Kitterman ]
+ * debian/rules
+ - Convert to dh 7 rules style (fixes dh_compress failure to compress man
+ page)
+ - Remove all of the un-needed /usr/share/doc/stepic/ instead of just the
+ redundant copying file
+ * debian/control
+ - Adjust versioned build-depends on python for correct python.mk
+ - Bump debhelper version requirement to 7
+ - Bump standards version to 3.8.3 without further change
+ - Add ${misc:Depends}
+ - Add XS-Python-Verson
+ * debian/copyright
+ - Use correct copyright symbol
+ * debian/compat
+ - Change compat to 7
+
+ [ Piotr Ożarowski ]
+ * Add DM-Upload-Allowed flag
+ * Remove build dir in clean target
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 01 Nov 2009 21:30:08 -0500
+
+stepic (0.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #450734)
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 20 Jan 2008 00:21:45 -0500
+
Added: packages/stepic/tags/0.3-3/debian/compat
===================================================================
--- packages/stepic/tags/0.3-3/debian/compat (rev 0)
+++ packages/stepic/tags/0.3-3/debian/compat 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1 @@
+7
Added: packages/stepic/tags/0.3-3/debian/control
===================================================================
--- packages/stepic/tags/0.3-3/debian/control (rev 0)
+++ packages/stepic/tags/0.3-3/debian/control 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1,21 @@
+Source: stepic
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.16)
+Build-Depends-Indep: python-all (>= 2.6.5-2~)
+Standards-Version: 3.8.4
+Homepage: http://domnit.org/stepic/doc/
+XS-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/stepic/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/stepic/trunk/
+
+Package: python-stepic
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python-imaging
+Description: Python Steganography in Images
+ A Python module and command line tool for hiding arbitrary data within images
+ by slightly modifying the colors. These modifications are generally
+ imperceptible to humans, but are machine detectable.
Added: packages/stepic/tags/0.3-3/debian/copyright
===================================================================
--- packages/stepic/tags/0.3-3/debian/copyright (rev 0)
+++ packages/stepic/tags/0.3-3/debian/copyright 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1,23 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Sun, 20 Jan 2008 00:21:45 -0500.
+
+It was downloaded from <http://domnit.org/stepic/doc/>
+
+Upstream Author:
+
+ Lenny Domnitser <lenny at domnit.org>
+
+Copyright:
+
+ Copyright © 2007 Lenny Domnitser
+
+License:
+
+ This program 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; either version 2 of the License, or
+ (at your option) any later version.
+
+The Debian packaging is © 2008, Scott Kitterman <scott at kitterman.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
Added: packages/stepic/tags/0.3-3/debian/docs
===================================================================
--- packages/stepic/tags/0.3-3/debian/docs (rev 0)
+++ packages/stepic/tags/0.3-3/debian/docs 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1,2 @@
+TODO
+doc/*
Added: packages/stepic/tags/0.3-3/debian/rules
===================================================================
--- packages/stepic/tags/0.3-3/debian/rules (rev 0)
+++ packages/stepic/tags/0.3-3/debian/rules 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
+
+override_dh_installchangelogs:
+ rm -rf $(CURDIR)/debian/python-stepic/usr/share/doc/stepic
+ dh_installchangelogs
+
+override_dh_clean:
+ rm -rf $(CURDIR)/build
+ dh_clean
Property changes on: packages/stepic/tags/0.3-3/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/stepic/tags/0.3-3/debian/watch
===================================================================
--- packages/stepic/tags/0.3-3/debian/watch (rev 0)
+++ packages/stepic/tags/0.3-3/debian/watch 2010-06-18 16:14:42 UTC (rev 13483)
@@ -0,0 +1,3 @@
+version=3
+
+http://domnit.org/stepic/dist/stepic-([0-9]\..*)\.tar\.gz
More information about the Python-modules-commits
mailing list