--- gextractwinicons-0.3.1.orig/debian/changelog +++ gextractwinicons-0.3.1/debian/changelog @@ -0,0 +1,20 @@ +gextractwinicons (0.3.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using dh-python instead of python-support. Closes: #786150 + * debian/watch: update after the move to github. + + -- Mattia Rizzolo Sun, 13 Dec 2015 15:34:41 +0000 + +gextractwinicons (0.3.1-1) unstable; urgency=low + + * New upstream source 0.3.1 (closes bug #600015) + * debian/control: Bump Standards-Version to 3.9.1 + + -- Fabio Castelli Sun, 24 Oct 2010 18:40:36 +0200 + +gextractwinicons (0.3-1) unstable; urgency=low + + * Initial release (Closes: #563456) + + -- Fabio Castelli Mon, 11 Jan 2010 22:06:18 +0100 --- gextractwinicons-0.3.1.orig/debian/compat +++ gextractwinicons-0.3.1/debian/compat @@ -0,0 +1 @@ +7 --- gextractwinicons-0.3.1.orig/debian/control +++ gextractwinicons-0.3.1/debian/control @@ -0,0 +1,23 @@ +Source: gextractwinicons +Section: graphics +Priority: optional +Maintainer: Fabio Castelli +Uploaders: Python Applications Packaging Team +Standards-Version: 3.9.1 +Build-Depends: cdbs (>= 0.4.49), python (>= 2.5), debhelper (>= 7) +Build-Depends-Indep: dh-python +Homepage: http://code.google.com/p/gextractwinicons/ +Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/gextractwinicons/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gextractwinicons/trunk/ +X-Python-Version: >= 2.5 + +Package: gextractwinicons +Architecture: all +Depends: python-gtk2, python-glade2, librsvg2-common, icoutils, ${python:Depends}, ${misc:Depends} +Description: extracts cursors and icons from MS Windows compatible resource files + gExtractWinIcons can extract cursors, and icons from MS Windows compatible + resource files (like .exe, .dll, .ocx, .cpl). + . + Both icons, cursors and PNG images can be extracted from resources files with + different resolution and color depth. + The extracted icon files can be also used for "favicon.ico" website icon. --- gextractwinicons-0.3.1.orig/debian/copyright +++ gextractwinicons-0.3.1/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + Fabio Castelli on Mon, 11 Jan 2010 22:06:18 +0100 + +It was downloaded from: + + http://code.google.com/p/gextractwinicons/ + +Upstream Author: + + Fabio Castelli + +Copyright: + + + +License: + + This package 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. + + 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-2'. + +The Debian packaging is: + + Copyright (C) 2010, Fabio Castelli + +and is licensed under the GPL, see above. + --- gextractwinicons-0.3.1.orig/debian/rules +++ gextractwinicons-0.3.1/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +DEB_PYTHON2_MODULE_PACKAGES := gextractwinicons + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/gextractwinicons + +clean:: + rm -rf build/ + --- gextractwinicons-0.3.1.orig/debian/source/format +++ gextractwinicons-0.3.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- gextractwinicons-0.3.1.orig/debian/watch +++ gextractwinicons-0.3.1/debian/watch @@ -0,0 +1,5 @@ +version=3 + +https://github.com/muflone/gextractwinicons/releases \ + .*[^n]/(?:|v|version-|r|REL_|rel-|gextractwinicons(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) +