--- stepic-0.3.orig/debian/changelog +++ stepic-0.3/debian/changelog @@ -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 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 Sun, 01 Nov 2009 21:30:08 -0500 + +stepic (0.3-1) unstable; urgency=low + + * Initial release (Closes: #450734) + + -- Scott Kitterman Sun, 20 Jan 2008 00:21:45 -0500 + --- stepic-0.3.orig/debian/docs +++ stepic-0.3/debian/docs @@ -0,0 +1,2 @@ +TODO +doc/* --- stepic-0.3.orig/debian/compat +++ stepic-0.3/debian/compat @@ -0,0 +1 @@ +7 --- stepic-0.3.orig/debian/rules +++ stepic-0.3/debian/rules @@ -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 --- stepic-0.3.orig/debian/copyright +++ stepic-0.3/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Scott Kitterman on +Sun, 20 Jan 2008 00:21:45 -0500. + +It was downloaded from + +Upstream Author: + + Lenny Domnitser + +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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- stepic-0.3.orig/debian/control +++ stepic-0.3/debian/control @@ -0,0 +1,21 @@ +Source: stepic +Section: python +Priority: optional +Maintainer: Scott Kitterman +Uploaders: Debian Python Modules Team +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. --- stepic-0.3.orig/debian/watch +++ stepic-0.3/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://domnit.org/stepic/dist/stepic-([0-9]\..*)\.tar\.gz