[Python-modules-commits] r24360 - in packages/rgain/trunk/debian (4 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue May 14 11:56:13 UTC 2013
Date: Tuesday, May 14, 2013 @ 11:56:10
Author: laarmen-guest
Revision: 24360
Depends on GObject and GStreamer 1.0
Update upstream copyright years
Use the Copyright format 1.0 URL in d/copyright
s/http/https/ in debian/watch
Modified:
packages/rgain/trunk/debian/changelog
packages/rgain/trunk/debian/control
packages/rgain/trunk/debian/copyright
packages/rgain/trunk/debian/watch
Modified: packages/rgain/trunk/debian/changelog
===================================================================
--- packages/rgain/trunk/debian/changelog 2013-05-14 11:10:39 UTC (rev 24359)
+++ packages/rgain/trunk/debian/changelog 2013-05-14 11:56:10 UTC (rev 24360)
@@ -2,9 +2,10 @@
[ Simon Chopin ]
* New upstream release.
+ * Now Depends on python-gi and gstreamer 1.0
* Bump Standards version to 3.9.4:
+ B-D on debhelper >= 8.1 to get build-arch and build-indep targets
- * Update copyright years
+ * Update copyright years and use the Copyright-Format 1.0 documentation.
* Use the upstream man pages
[ Jakub Wilk ]
Modified: packages/rgain/trunk/debian/control
===================================================================
--- packages/rgain/trunk/debian/control 2013-05-14 11:10:39 UTC (rev 24359)
+++ packages/rgain/trunk/debian/control 2013-05-14 11:56:10 UTC (rev 24360)
@@ -16,10 +16,11 @@
Package: python-rgain
Architecture: all
Depends:
- python-gst0.10,
+ python-gi,
+ gir1.2-gst-1.0,
python-mutagen,
- gstreamer0.10-plugins-base,
- gstreamer0.10-plugins-good,
+ gstreamer1.0-plugins-base,
+ gstreamer1.0-plugins-good,
${misc:Depends},
${python:Depends}
Description: Replay Gain volume normalization Python tools
Modified: packages/rgain/trunk/debian/copyright
===================================================================
--- packages/rgain/trunk/debian/copyright 2013-05-14 11:10:39 UTC (rev 24359)
+++ packages/rgain/trunk/debian/copyright 2013-05-14 11:56:10 UTC (rev 24360)
@@ -1,9 +1,9 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=208
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rgain
Source: https://bitbucket.org/fk/rgain/
Files: *
-Copyright: 2009-2012 Felix Krull <f_krull at gmx.de>
+Copyright: 2009-2013 Felix Krull <f_krull at gmx.de>
License: GPL-2+
Files: debian/*
Modified: packages/rgain/trunk/debian/watch
===================================================================
--- packages/rgain/trunk/debian/watch 2013-05-14 11:10:39 UTC (rev 24359)
+++ packages/rgain/trunk/debian/watch 2013-05-14 11:56:10 UTC (rev 24360)
@@ -1,3 +1,3 @@
version=3
-http://pypi.python.org/packages/source/r/rgain/rgain-(.+).tar.gz
+https://pypi.python.org/packages/source/r/rgain/rgain-(.+).tar.gz
More information about the Python-modules-commits
mailing list