--- gextractwinicons-0.3.1.orig/debian/bzr-builder.manifest +++ gextractwinicons-0.3.1/debian/bzr-builder.manifest @@ -0,0 +1,2 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0~3 +lp:ubuntu/trusty/gextractwinicons revid:james.westby@ubuntu.com-20101024184036-2qafnkl4x971gwgt --- gextractwinicons-0.3.1.orig/debian/changelog +++ gextractwinicons-0.3.1/debian/changelog @@ -0,0 +1,18 @@ +gextractwinicons (0.3.1-0~3~ubuntu14.04.1) trusty; urgency=low + + * Auto build. + + -- Norbert Mon, 04 May 2020 12:33:27 +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,22 @@ +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: python-support (>=0.6) +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/ + +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/pycompat +++ gextractwinicons-0.3.1/debian/pycompat @@ -0,0 +1 @@ +2 --- gextractwinicons-0.3.1.orig/debian/pyversions +++ gextractwinicons-0.3.1/debian/pyversions @@ -0,0 +1 @@ +2.5- --- gextractwinicons-0.3.1.orig/debian/rules +++ gextractwinicons-0.3.1/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +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 @@ +# watch control file for uscan +version=3 +http://code.google.com/p/gextractwinicons/downloads/list \ + http://gextractwinicons.googlecode.com/files/gextractwinicons_(.*)_all\.tar\.gz +