[Python-apps-commits] r7113 - in packages/upnp-inspector/trunk/debian (4 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Thu May 19 19:15:02 UTC 2011


    Date: Thursday, May 19, 2011 @ 19:14:53
  Author: cjsmo-guest
Revision: 7113

added python-coherence to B-D, corrected formatting in manpage, fixed get-orig-source, corrected copyright formatting and removed useless email address

Modified:
  packages/upnp-inspector/trunk/debian/control
  packages/upnp-inspector/trunk/debian/copyright
  packages/upnp-inspector/trunk/debian/rules
  packages/upnp-inspector/trunk/debian/upnp-inspector.1

Modified: packages/upnp-inspector/trunk/debian/control
===================================================================
--- packages/upnp-inspector/trunk/debian/control	2011-05-18 09:00:31 UTC (rev 7112)
+++ packages/upnp-inspector/trunk/debian/control	2011-05-19 19:14:53 UTC (rev 7113)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Charlie Smotherman <cjsmo at cableone.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.6-3), python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.6-3), python-setuptools,
+ python-coherence
 Standards-Version: 3.9.2
 X-Python-Version: >=2.6
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/upnp-inspector/trunk/
@@ -12,7 +13,7 @@
 
 Package: upnp-inspector
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-coherence
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2
 Description: Python UPnP framework analyser
  The Inspector is a Universal Plug and Play (UPnP) Device and Service analyser.
  It is also a debugging tool, based on the Coherence Digital Living Network/

Modified: packages/upnp-inspector/trunk/debian/copyright
===================================================================
--- packages/upnp-inspector/trunk/debian/copyright	2011-05-18 09:00:31 UTC (rev 7112)
+++ packages/upnp-inspector/trunk/debian/copyright	2011-05-19 19:14:53 UTC (rev 7113)
@@ -2,7 +2,6 @@
 Upstream-Name: upnp-inspector
 Upstream-Contact: Frank Scholz <coherence at beebits.net>
 Source: https://coherence.beebits.net/download/
-
 Comment: The upstream tarball has been repacked to include a copy of the GPL-2
  license for the icons being used.  This was added so the package complies
  with DFSG.
@@ -76,7 +75,7 @@
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2009 Michael Stöcker <micha at ThinkpadR61Ubuntu.homebase>
+Copyright: 2009 Michael Stöcker
            2009 Charlie Smotherman <cjsmo at cableone.net>
 License: GPL-2+
 

Modified: packages/upnp-inspector/trunk/debian/rules
===================================================================
--- packages/upnp-inspector/trunk/debian/rules	2011-05-18 09:00:31 UTC (rev 7112)
+++ packages/upnp-inspector/trunk/debian/rules	2011-05-19 19:14:53 UTC (rev 7113)
@@ -19,7 +19,7 @@
 	tar -xvf UPnP-Inspector-*.tar.gz
 	rm UPnP-Inspector-*.tar.gz
 	mv UPnP-Inspector-* upnp-inspector-$(DEB_UPSTREAM_VERSION)
-	mv ./debian/GPL-2 ./upnp-inspector-$(DEB_UPSTREAM_VERSION)/GPL-2
+	cp /usr/share/common-licenses/GPL-2 ./upnp-inspector-$(DEB_UPSTREAM_VERSION)/GPL-2
 	GZIP=--best tar -cz --owner root --group root --mode a+rX \
 			-f upnp-inspector_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
 			upnp-inspector-$(DEB_UPSTREAM_VERSION)

Modified: packages/upnp-inspector/trunk/debian/upnp-inspector.1
===================================================================
--- packages/upnp-inspector/trunk/debian/upnp-inspector.1	2011-05-18 09:00:31 UTC (rev 7112)
+++ packages/upnp-inspector/trunk/debian/upnp-inspector.1	2011-05-19 19:14:53 UTC (rev 7113)
@@ -1,9 +1,9 @@
 .\"Created with GNOME Manpages Editor Wizard
 .\"http://sourceforge.net/projects/gmanedit2
-.TH "UPnP-Inspector" "1" "May 17, 2009" "Frank Scholz" "Python UPnP Analyzer"
+.TH "upnp\-inspector" "1" "May 17, 2009" "Frank Scholz" "Python upnp Analyzer"
 .SH NAME
 .LP
-UPnP-Inspector\- Is a UPnP device and service analyzer.
+upnp\-inspector \- Is a UPnP device and service analyzer.
 
 .SH DESCRIPTION
 The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
@@ -25,7 +25,7 @@
 
 .SH "AUTHORS"
 .LP 
-UPnP\-Inspector was written by Frank Scholz <coherence at beebits.net>.
+upnp\-inspector was written by Frank Scholz <coherence at beebits.net>.
 .P
 This man page was created by Charlie Smotherman <cjsmo at cableone.net> for
 Frank Scholz and the Debian Project.




More information about the Python-apps-commits mailing list