[Python-apps-commits] r10811 - in packages/episoder/trunk/debian (6 files)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Sun Apr 27 17:09:02 UTC 2014


    Date: Sunday, April 27, 2014 @ 17:09:01
  Author: cockroach-guest
Revision: 10811

New upstream release, new upstream homepage, bumped standards version

Modified:
  packages/episoder/trunk/debian/changelog
  packages/episoder/trunk/debian/control
  packages/episoder/trunk/debian/copyright
  packages/episoder/trunk/debian/patches/01_do-not-install-doc-files.patch
  packages/episoder/trunk/debian/patches/02_awk-file-path.patch
  packages/episoder/trunk/debian/watch

Modified: packages/episoder/trunk/debian/changelog
===================================================================
--- packages/episoder/trunk/debian/changelog	2014-04-27 14:42:26 UTC (rev 10810)
+++ packages/episoder/trunk/debian/changelog	2014-04-27 17:09:01 UTC (rev 10811)
@@ -1,3 +1,11 @@
+episoder (0.7.1-1) unstable; urgency=low
+
+  * New upstream release					closes: #740411
+  * Updated upstream homepage in debian/control, watch, and copyright
+  * Bumped Standards-Version to 3.9.5
+
+ -- Stefan Ott <stefan at ott.net>  Sun, 27 Apr 2014 18:35:59 +0200
+
 episoder (0.7.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/episoder/trunk/debian/control
===================================================================
--- packages/episoder/trunk/debian/control	2014-04-27 14:42:26 UTC (rev 10810)
+++ packages/episoder/trunk/debian/control	2014-04-27 17:09:01 UTC (rev 10811)
@@ -5,8 +5,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: python, python-support, python-yaml, python-sqlalchemy, python-argparse, python-tvdb-api
-Standards-Version: 3.9.4
-Homepage: http://code.ott.net/projects/episoder/
+Standards-Version: 3.9.5
+Homepage: http://cockroach.github.io/episoder/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/episoder/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/episoder/trunk/
 

Modified: packages/episoder/trunk/debian/copyright
===================================================================
--- packages/episoder/trunk/debian/copyright	2014-04-27 14:42:26 UTC (rev 10810)
+++ packages/episoder/trunk/debian/copyright	2014-04-27 17:09:01 UTC (rev 10811)
@@ -1,6 +1,6 @@
 This package was debianized by Stefan Ott <stefan at ott.net>
 
-It was downloaded from http://code.ott.net/projects/episoder/
+It was downloaded from http://cockroach.github.io/episoder/
 
 Upstream Author:
 

Modified: packages/episoder/trunk/debian/patches/01_do-not-install-doc-files.patch
===================================================================
--- packages/episoder/trunk/debian/patches/01_do-not-install-doc-files.patch	2014-04-27 14:42:26 UTC (rev 10810)
+++ packages/episoder/trunk/debian/patches/01_do-not-install-doc-files.patch	2014-04-27 17:09:01 UTC (rev 10811)
@@ -12,5 +12,5 @@
 -files.append((path.join('doc', 'episoder', 'examples'), [ 'home.episoder' ]))
 -
  setup(	name			= 'episoder',
- 	version			= '0.7.0',
+ 	version			= '0.7.1',
  	license			= 'GPLv3',

Modified: packages/episoder/trunk/debian/patches/02_awk-file-path.patch
===================================================================
--- packages/episoder/trunk/debian/patches/02_awk-file-path.patch	2014-04-27 14:42:26 UTC (rev 10810)
+++ packages/episoder/trunk/debian/patches/02_awk-file-path.patch	2014-04-27 17:09:01 UTC (rev 10811)
@@ -9,4 +9,4 @@
 +files.append((path.join('share', 'episoder', 'extras'), [awkfile]))
  
  setup(	name			= 'episoder',
- 	version			= '0.7.0',
+ 	version			= '0.7.1',

Modified: packages/episoder/trunk/debian/watch
===================================================================
--- packages/episoder/trunk/debian/watch	2014-04-27 14:42:26 UTC (rev 10810)
+++ packages/episoder/trunk/debian/watch	2014-04-27 17:09:01 UTC (rev 10811)
@@ -3,4 +3,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://code.ott.net/projects/episoder .*episoder-(.*)\.tar\.gz
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/episoder-$1\.tar\.gz/ \
+  https://github.com/cockroach/episoder/releases .*/v(\d+)_(\d+)_(\d+)\.tar\.gz




More information about the Python-apps-commits mailing list