[Python-apps-commits] r4454 - in packages/gextractwinicons/trunk (9 files)

muflone-guest at users.alioth.debian.org muflone-guest at users.alioth.debian.org
Sun Jan 3 17:19:06 UTC 2010


    Date: Sunday, January 3, 2010 @ 17:19:06
  Author: muflone-guest
Revision: 4454

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/gextractwinicons/trunk/debian/
  packages/gextractwinicons/trunk/debian/changelog
  packages/gextractwinicons/trunk/debian/compat
  packages/gextractwinicons/trunk/debian/control
  packages/gextractwinicons/trunk/debian/copyright
  packages/gextractwinicons/trunk/debian/pycompat
  packages/gextractwinicons/trunk/debian/pyversions
  packages/gextractwinicons/trunk/debian/rules
  packages/gextractwinicons/trunk/debian/watch


Property changes on: packages/gextractwinicons/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/gextractwinicons/trunk/debian/changelog
===================================================================
--- packages/gextractwinicons/trunk/debian/changelog	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/changelog	2010-01-03 17:19:06 UTC (rev 4454)
@@ -0,0 +1,5 @@
+gextractwinicons (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #563456)
+
+ -- Fabio Castelli <muflone at vbsimple.net>  Sun, 03 Jan 2010 17:19:30 +0100

Added: packages/gextractwinicons/trunk/debian/compat
===================================================================
--- packages/gextractwinicons/trunk/debian/compat	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/compat	2010-01-03 17:19:06 UTC (rev 4454)
@@ -0,0 +1 @@
+7

Added: packages/gextractwinicons/trunk/debian/control
===================================================================
--- packages/gextractwinicons/trunk/debian/control	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/control	2010-01-03 17:19:06 UTC (rev 4454)
@@ -0,0 +1,18 @@
+Source: gextractwinicons
+Section: graphics
+Priority: optional
+Maintainer: Fabio Castelli <muflone at vbsimple.net>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Standards-Version: 3.8.3
+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: extract cursors and icons from MS Windows compatible resource files
+ gExtractWinIcons can extract cursors, icons and png images previews from MS 
+ Windows compatible resource files (like .exe, .dll, .ocx, .cpl).

Added: packages/gextractwinicons/trunk/debian/copyright
===================================================================
--- packages/gextractwinicons/trunk/debian/copyright	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/copyright	2010-01-03 17:19:06 UTC (rev 4454)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    Fabio Castelli <muflone at vbsimple.net> on Sun, 03 Jan 2010 17:19:30 +0100
+
+It was downloaded from:
+
+    http://code.google.com/p/gextractwinicons/
+
+Upstream Author:
+
+    Fabio Castelli <muflone at vbsimple.net>
+
+Copyright:
+
+    <Copyright (C) 2009 Fabio Castelli>
+
+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 <muflone at vbsimple.net>
+
+and is licensed under the GPL, see above.
+

Added: packages/gextractwinicons/trunk/debian/pycompat
===================================================================
--- packages/gextractwinicons/trunk/debian/pycompat	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/pycompat	2010-01-03 17:19:06 UTC (rev 4454)
@@ -0,0 +1 @@
+2

Added: packages/gextractwinicons/trunk/debian/pyversions
===================================================================
--- packages/gextractwinicons/trunk/debian/pyversions	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/pyversions	2010-01-03 17:19:06 UTC (rev 4454)
@@ -0,0 +1 @@
+2.5-

Added: packages/gextractwinicons/trunk/debian/rules
===================================================================
--- packages/gextractwinicons/trunk/debian/rules	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/rules	2010-01-03 17:19:06 UTC (rev 4454)
@@ -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/
+


Property changes on: packages/gextractwinicons/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/gextractwinicons/trunk/debian/watch
===================================================================
--- packages/gextractwinicons/trunk/debian/watch	                        (rev 0)
+++ packages/gextractwinicons/trunk/debian/watch	2010-01-03 17:19:06 UTC (rev 4454)
@@ -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
+




More information about the Python-apps-commits mailing list