[Python-modules-commits] r9829 - in packages/pylirc/trunk (9 files)

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


    Date: Tuesday, September 22, 2009 @ 21:34:04
  Author: cjsmo-guest
Revision: 9829

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pylirc/trunk/debian/preinst
Modified:
  packages/pylirc/trunk/debian/	(properties)
  packages/pylirc/trunk/debian/changelog
  packages/pylirc/trunk/debian/compat
  packages/pylirc/trunk/debian/control
  packages/pylirc/trunk/debian/copyright
  packages/pylirc/trunk/debian/rules
  packages/pylirc/trunk/debian/watch
Deleted:
  packages/pylirc/trunk/debian/pycompat


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

Modified: packages/pylirc/trunk/debian/changelog
===================================================================
--- packages/pylirc/trunk/debian/changelog	2009-09-22 21:25:55 UTC (rev 9828)
+++ packages/pylirc/trunk/debian/changelog	2009-09-22 21:34:04 UTC (rev 9829)
@@ -1,18 +1,45 @@
-pylirc (0.0.5-1) UNRELEASED; urgency=low
+pylirc (0.0.5-2) unstable; urgency=low
 
-  [ Georg W. Leonhardt ]
-  * Initial release.
+  * debian/control 
+    - Added myself to uploaders field.
+    - Updated to use dh7. Closes: #547837
+    - Removed python-dev.
+    - Changed from python-central to python-support.
+    - Removed XB-Python-Version.
+    - Added Homepage field.
+    - After consulting Arnaud moved package to DMPT for team maintenance.
+    - Added DMPT to Uploaders 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.
 
-  [ Sandro Tosi ]
-  * debian/watch
-    - added
-  * debian/control
-    - uniforming Vcs-Browser field
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+ -- Charlie Smotherman <cjsmo at cableone.net>  Sun, 20 Sep 2009 00:26:23 -0500
 
-  [ Carlos Galisteo ]
-  * debian/control
-    - Added Homepage field.
+pylirc (0.0.5-1.1) unstable; urgency=low
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 23 Nov 2007 18:39:03 +0100
+  * 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

Modified: packages/pylirc/trunk/debian/compat
===================================================================
--- packages/pylirc/trunk/debian/compat	2009-09-22 21:25:55 UTC (rev 9828)
+++ packages/pylirc/trunk/debian/compat	2009-09-22 21:34:04 UTC (rev 9829)
@@ -1 +1 @@
-5
+7

Modified: packages/pylirc/trunk/debian/control
===================================================================
--- packages/pylirc/trunk/debian/control	2009-09-22 21:25:55 UTC (rev 9828)
+++ packages/pylirc/trunk/debian/control	2009-09-22 21:34:04 UTC (rev 9829)
@@ -1,19 +1,26 @@
 Source: pylirc
-Section: universe/python
+Section: python
 Priority: optional
-Maintainer: Georg W. Leonhardt <repo at geole.info>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.48), debhelper (>= 5.0.38), python-all-dev (>= 2.5), python-central (>= 0.5), liblircclient-dev
-XS-Python-Version: all
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylirc/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pylirc/trunk/
-Standards-Version: 3.7.2
-Homepage: http://pylirc.mccabe.nu/
+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>,
+           Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.5),
+               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-lirc
+Package: python-pylirc
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
-Description: pyLirc is a module for Python that interacts with lirc
- pyLirc is a module for Python that interacts with lirc to give Python programs the ability to receive commands from remote controls.
+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.
+

Modified: packages/pylirc/trunk/debian/copyright
===================================================================
--- packages/pylirc/trunk/debian/copyright	2009-09-22 21:25:55 UTC (rev 9828)
+++ packages/pylirc/trunk/debian/copyright	2009-09-22 21:34:04 UTC (rev 9829)
@@ -1,26 +1,35 @@
-This package was debianized by Georg W. Leonhardt <repo at geole.info> on
-Tue, 21 Nov 2006 20:33:37 +0100
+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/>
 
-Copyright:
+Upstream Author: Linus McCabe
 
-Copyright (C) Linus McCabe 
+Copyright: 2002-2007 Linus McCabe
 
-It was downloaded from http://pylirc.mccabe.nu/
+License:
 
-   This  library 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.1 of
-   the License, or (at your option) any later version.
+    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 library 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.
+    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 library; if not, write to the Free Software
-   Foundation,  Inc.,   51  Franklin  St,  Fifth   Floor,  Boston,  MA
-   02110-1301, USA.
+    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
 
-Debian users may find the GPL in /usr/share/common-licenses/LGPL-2.1
+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 21:34:04 UTC (rev 9829)
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -e
+
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" It 0.0.5-2; then
+	pycentral pkgremove python-pylirc
+fi
+
+#DEBHELPER#
+
+exit 0

Modified: packages/pylirc/trunk/debian/rules
===================================================================
--- packages/pylirc/trunk/debian/rules	2009-09-22 21:25:55 UTC (rev 9828)
+++ packages/pylirc/trunk/debian/rules	2009-09-22 21:34:04 UTC (rev 9829)
@@ -1,27 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-  
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-## include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-DEB_INSTALL_DOCS_ALL =
-
-install/python-lirc::
-	: # Replace all '#!' calls to python with /usr/bin/python
-	: # and make them executable
-	for i in `find debian/python-lirc -type f`; do \
-	  sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \
-		$$i > $$i.temp; \
-	  if cmp --quiet $$i $$i.temp; then \
-	    rm -f $$i.temp; \
-	  else \
-	    mv -f $$i.temp $$i; \
-	    chmod 755 $$i; \
-	    echo "fixed interpreter: $$i"; \
-	  fi; \
-	done
-
-clean::
-	rm -f version.pyc
+%:
+	dh $@

Modified: packages/pylirc/trunk/debian/watch
===================================================================
--- packages/pylirc/trunk/debian/watch	2009-09-22 21:25:55 UTC (rev 9828)
+++ packages/pylirc/trunk/debian/watch	2009-09-22 21:34:04 UTC (rev 9829)
@@ -1,3 +1,2 @@
 version=3
-
-http://sf.net/pylirc/pylirc-([\d.]*)\.tar\.gz
+http://sf.net/pylirc/pylirc-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list