[Python-apps-commits] r4367 - in packages/gwakeonlan/trunk (9 files)

muflone-guest at users.alioth.debian.org muflone-guest at users.alioth.debian.org
Sat Dec 26 15:04:46 UTC 2009


    Date: Saturday, December 26, 2009 @ 15:04:44
  Author: muflone-guest
Revision: 4367

[svn-inject] Applying Debian modifications to trunk

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


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

Added: packages/gwakeonlan/trunk/debian/changelog
===================================================================
--- packages/gwakeonlan/trunk/debian/changelog	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/changelog	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1,5 @@
+gwakeonlan (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #561019)
+
+ -- Fabio Castelli <muflone at vbsimple.net>  Sun, 13 Dec 2009 22:01:10 +0100

Added: packages/gwakeonlan/trunk/debian/compat
===================================================================
--- packages/gwakeonlan/trunk/debian/compat	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/compat	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1 @@
+7

Added: packages/gwakeonlan/trunk/debian/control
===================================================================
--- packages/gwakeonlan/trunk/debian/control	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/control	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1,21 @@
+Source: gwakeonlan
+Section: net
+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/gwakeonlan/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/gwakeonlan/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gwakeonlan/trunk/
+
+Package: gwakeonlan
+Architecture: all
+Depends: python-gtk2, python-glade2, librsvg2-common, ${python:Depends}, ${misc:Depends}
+Description: Wake up your machines using Wake on LAN.
+ gWakeOnLan is a GTK+ utility to awake turned off computers through the Wake 
+ on LAN feature.
+ The machines to turn on need to be shut off with the Wake on LAN magic packet
+ enabled.
+

Added: packages/gwakeonlan/trunk/debian/copyright
===================================================================
--- packages/gwakeonlan/trunk/debian/copyright	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/copyright	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    Fabio Castelli <muflone at vbsimple.net> on Sun, 06 Dec 2009 22:35:32 +0100
+
+It was downloaded from:
+
+    http://code.google.com/p/gwakeonlan/
+
+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) 2009, Fabio Castelli <muflone at vbsimple.net>
+
+and is licensed under the GPL, see above.
+

Added: packages/gwakeonlan/trunk/debian/pycompat
===================================================================
--- packages/gwakeonlan/trunk/debian/pycompat	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/pycompat	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1 @@
+2

Added: packages/gwakeonlan/trunk/debian/pyversions
===================================================================
--- packages/gwakeonlan/trunk/debian/pyversions	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/pyversions	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1 @@
+2.5-

Added: packages/gwakeonlan/trunk/debian/rules
===================================================================
--- packages/gwakeonlan/trunk/debian/rules	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/rules	2009-12-26 15:04:44 UTC (rev 4367)
@@ -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/gwakeonlan
+
+clean::
+	rm -rf build/
+


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

Added: packages/gwakeonlan/trunk/debian/watch
===================================================================
--- packages/gwakeonlan/trunk/debian/watch	                        (rev 0)
+++ packages/gwakeonlan/trunk/debian/watch	2009-12-26 15:04:44 UTC (rev 4367)
@@ -0,0 +1,5 @@
+# watch control file for uscan
+version=3
+http://code.google.com/p/gwakeonlan/downloads/list \
+  http://gwakeonlan.googlecode.com/files/gwakeonlan_(.*)_all\.tar\.gz
+




More information about the Python-apps-commits mailing list