[Python-apps-commits] r3077 - in packages/upnp-inspector/trunk/debian (3 files)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Fri Jun 5 11:02:30 UTC 2009
Date: Friday, June 5, 2009 @ 11:02:29
Author: cjsmo-guest
Revision: 3077
added Vcs fields, updated debian/copyright, added --with quilt and new line breakes to debian/rules
Modified:
packages/upnp-inspector/trunk/debian/control
packages/upnp-inspector/trunk/debian/copyright
packages/upnp-inspector/trunk/debian/rules
Modified: packages/upnp-inspector/trunk/debian/control
===================================================================
--- packages/upnp-inspector/trunk/debian/control 2009-06-05 10:59:39 UTC (rev 3076)
+++ packages/upnp-inspector/trunk/debian/control 2009-06-05 11:02:29 UTC (rev 3077)
@@ -7,6 +7,8 @@
Build-Depends-Indep: python (>=2.5), python-support (>= 0.6.4), python-setuptools
Standards-Version: 3.8.1
XS-Python-Version: >=2.5
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/upnp-inspector/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/upnp-inspector/trunk/
Homepage: http://coherence.beebits.net/wiki/UPnP-Inspector
Package: upnp-inspector
Modified: packages/upnp-inspector/trunk/debian/copyright
===================================================================
--- packages/upnp-inspector/trunk/debian/copyright 2009-06-05 10:59:39 UTC (rev 3076)
+++ packages/upnp-inspector/trunk/debian/copyright 2009-06-05 11:02:29 UTC (rev 3077)
@@ -32,8 +32,7 @@
License:
The file upnp_inspector/icons/blankalbum.png was developed by the Ampache
-project (Karl Vollmer lead Dev http://ampache.org) and is being used, with the
-permission of Karl Vollmer, by the upnp-inspector project.
+project (http://ampache.org) and is being used, by the upnp-inspector project.
The file upnp_inspector/icons/blankalbum.png is released under the following
license:
Modified: packages/upnp-inspector/trunk/debian/rules
===================================================================
--- packages/upnp-inspector/trunk/debian/rules 2009-06-05 10:59:39 UTC (rev 3076)
+++ packages/upnp-inspector/trunk/debian/rules 2009-06-05 11:02:29 UTC (rev 3077)
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
override_dh_auto_install:
- dh_auto_install -- --install-scripts=/usr/share/upnp-inspector
- --install-lib=/usr/share/upnp-inspector
- --single-version-externally-managed
+ dh_auto_install -- --install-scripts=/usr/share/upnp-inspector \
+ --install-lib=/usr/share/upnp-inspector \
+ --single-version-externally-managed \
More information about the Python-apps-commits
mailing list