[Python-apps-commits] r3799 - in packages/pylirc/trunk (8 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Sep 22 13:05:57 UTC 2009


    Date: Tuesday, September 22, 2009 @ 13:05:56
  Author: cjsmo-guest
Revision: 3799

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pylirc/trunk/debian/
  packages/pylirc/trunk/debian/changelog
  packages/pylirc/trunk/debian/compat
  packages/pylirc/trunk/debian/control
  packages/pylirc/trunk/debian/copyright
  packages/pylirc/trunk/debian/preinst
  packages/pylirc/trunk/debian/rules
  packages/pylirc/trunk/debian/watch


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

Added: packages/pylirc/trunk/debian/changelog
===================================================================
--- packages/pylirc/trunk/debian/changelog	                        (rev 0)
+++ packages/pylirc/trunk/debian/changelog	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1,43 @@
+pylirc (0.0.5-2) unstable; urgency=low
+
+  * debian/control
+    - Added myself to uploaders field.
+    - Updated to use dh7.
+    - Added Build Depends on python
+    - Changed from python-central to python-support
+    - Removed XB-Python-Version
+    - Added Homepage field
+  * Removed debian/python-pylirc.install
+  * Increased debian/compat to 7
+  * Simplified debian/rules
+  * Added debian/preinst
+  * debian/copyright removed (C) and used the word copyright.
+  * debian/copyright corrected link location for LGPL-2
+
+ -- Charlie Smotherman <cjsmo at cableone.net>  Sun, 20 Sep 2009 00:26:23 -0500
+
+pylirc (0.0.5-1.1) unstable; urgency=low
+
+  * NMU acknowledged by Arnaud Quette.
+  * Move files to /usr/share/pyshared. Closes: #490520.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 13 Jul 2008 02:31:23 +0200
+
+pylirc (0.0.5-1) unstable; urgency=low
+
+  * Rename the source to pylirc, the binary to python-pylirc and reset
+    changelog.
+  * Rewrite build.
+  * Drop useless debian/dirs.
+  * Wrap build-deps and deps.
+  * Add ${misc:Depends}.
+  * Set lirc Maintainer Team as Maintainer and add Arnaud Quette and myself as
+    Uploaders.
+  * Rework descriptions.
+  * Set Section to python.
+  * Use ${shlibs:Depends} instead of depending on liblircclient0 manually.
+  * Update copyright URLs.
+  * Add watch file.
+  * Initial upload to Debian; closes: #430642.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 25 Jul 2007 16:05:13 +0200

Added: packages/pylirc/trunk/debian/compat
===================================================================
--- packages/pylirc/trunk/debian/compat	                        (rev 0)
+++ packages/pylirc/trunk/debian/compat	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1 @@
+7

Added: packages/pylirc/trunk/debian/control
===================================================================
--- packages/pylirc/trunk/debian/control	                        (rev 0)
+++ packages/pylirc/trunk/debian/control	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1,27 @@
+Source: pylirc
+Section: python
+Priority: optional
+Maintainer: lirc Maintainer Team <pkg-lirc-maint at lists.alioth.debian.org>
+Uploaders: Loic Minier <lool at dooz.org>,
+           Arnaud Quette <aquette at debian.org>,
+           Charlie Smotherman <cjsmo at cableone.net>
+Build-Depends: debhelper (>= 7.3.5),
+               python,
+               python-dev,
+               python-all-dev (>= 2.4.3),
+               liblircclient-dev,
+               python-support (>= 0.6.4)
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.5
+Homepage:  http://pylirc.mccabe.nu/
+
+Package: python-pylirc
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Description: Python bindings for Linux Infra-red Remote Control (LIRC) support
+ A module for Python that interacts with Linux Infra-red Remote Control
+ (LIRC) to give Python programs the ability to receive commands from
+ remote controls.
+

Added: packages/pylirc/trunk/debian/copyright
===================================================================
--- packages/pylirc/trunk/debian/copyright	                        (rev 0)
+++ packages/pylirc/trunk/debian/copyright	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1,35 @@
+This package was debianized by Philippe Normand <philippe at fluendo.com> on
+Tue,  9 Jan 2007 16:06:36 +0100 and debianized again by
+Loic Minier <lool at dooz.org> on Wed, 25 Jul 2007 15:58:51 +0200.
+
+It was downloaded from the SourceForce download page:
+   <http://sourceforge.net/project/showfiles.php?group_id=69332>
+linked from the homepage of the project:
+   <http://pylirc.mccabe.nu/>
+
+Upstream Author: Linus McCabe
+
+Copyright: 2002-2007 Linus McCabe
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser 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 LGPL-2 Public License can be found 
+in `/usr/share/common-licenses/LGPL-2'.
+
+
+The Debian packaging is copyright 2007, Loic Minier <lool at dooz.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/pylirc/trunk/debian/preinst
===================================================================
--- packages/pylirc/trunk/debian/preinst	                        (rev 0)
+++ packages/pylirc/trunk/debian/preinst	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -e
+
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" It 0.0.5-1.1; then
+	pycentral pkgremove pylirc
+fi
+
+#DEBHELPER#
+
+exit 0

Added: packages/pylirc/trunk/debian/rules
===================================================================
--- packages/pylirc/trunk/debian/rules	                        (rev 0)
+++ packages/pylirc/trunk/debian/rules	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


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

Added: packages/pylirc/trunk/debian/watch
===================================================================
--- packages/pylirc/trunk/debian/watch	                        (rev 0)
+++ packages/pylirc/trunk/debian/watch	2009-09-22 13:05:56 UTC (rev 3799)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/pylirc/pylirc-([\d.]+)\.tar\.gz




More information about the Python-apps-commits mailing list