[Python-apps-commits] r10055 - in packages/episoder/trunk/debian (10 files)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Mon Oct 14 03:50:05 UTC 2013


    Date: Monday, October 14, 2013 @ 03:49:50
  Author: cockroach-guest
Revision: 10055

New upstream release with new setup script and different license, new upstream homepage.

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

Modified: packages/episoder/trunk/debian/changelog
===================================================================
--- packages/episoder/trunk/debian/changelog	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/changelog	2013-10-14 03:49:50 UTC (rev 10055)
@@ -1,9 +1,29 @@
-episoder (0.6.5-2) UNRELEASED; urgency=low
+episoder (0.7.0-1) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:03 +0200
+  [ Stefan Ott ]
+  * New upstream release
+  * Bumped Standards-Version to 3.9.4, no changes needed
+  * debian/control:
+    - Updated upstream homepage
+    - Updated package description
+    - Added dependencies for python-argparse and python-tvdb-api
+  * debian/copyright:
+    - Updated upstream homepage
+    - Updated copyright line
+    - Changed upstream license to GPLv3
+  * debian/watch: use new upstream homepage
+  * debian/docs:
+    - Don't try to install README.tvcom which was dropped from upstream
+    - Moved examples to debian/examples
+  * Refreshed debian/patches/01_do-not-install-doc-files.patch
+  * Added debian/patches/02_awk-file-path.patch
+  * Added debian/patches/03_manpage-path.patch
 
+ -- Stefan Ott <stefan at ott.net>  Mon, 14 Oct 2013 02:34:47 +0200
+
 episoder (0.6.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/episoder/trunk/debian/control
===================================================================
--- packages/episoder/trunk/debian/control	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/control	2013-10-14 03:49:50 UTC (rev 10055)
@@ -4,9 +4,9 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python, python-support, python-beautifulsoup, python-yaml, python-sqlalchemy
-Standards-Version: 3.9.1
-Homepage: http://episoder.googlecode.com/
+Build-Depends-Indep: python, python-support, python-beautifulsoup, python-yaml, python-sqlalchemy, python-argparse, python-tvdb-api
+Standards-Version: 3.9.4
+Homepage: http://code.ott.net/projects/episoder/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/episoder/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/episoder/trunk/
 
@@ -18,6 +18,5 @@
  episoder is a tool to tell you about new episodes of your favourite TV shows.
  It does so by parsing online TV show episode guides.
  .
- Currently episoder can parse the tv.com and epguides.com websites thus it
- tells you whenever a new episode of a show listed on one of those sites is
- aired.
+ Currently episoder can use data from epguides.com and thetvdb.com. It tells
+ you whenever a new episode of a show listed on one of those sites is aired.

Modified: packages/episoder/trunk/debian/copyright
===================================================================
--- packages/episoder/trunk/debian/copyright	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/copyright	2013-10-14 03:49:50 UTC (rev 10055)
@@ -1,6 +1,6 @@
 This package was debianized by Stefan Ott <stefan at ott.net>
 
-It was downloaded from http://episoder.googlecode.com/
+It was downloaded from http://code.ott.net/projects/episoder/
 
 Upstream Author:
 
@@ -8,14 +8,14 @@
 
 Copyright:
 
-    Copyright © 2004-2009 Stefan Ott
+    Copyright © 2004-2013 Stefan Ott
 
 License:
 
-    This program is free software; you can redistribute it and/or
-    modify it under the terms of the GNU General Public License
-    as published by the Free Software Foundation; either version 2
-    of the License, or (at your option) any later version.
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -23,14 +23,13 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
     For the full license, see /usr/share/common-licenses/GPL-2.
 
 The Debian packaging is:
 
-    Copyright (C) 2009 Stefan Ott <stefan at ott.net>
+    Copyright (C) 2009-2013 Stefan Ott <stefan at ott.net>
 
 and is licensed under the GPL version 2,
 see '/usr/share/common-licenses/GPL-2.'

Modified: packages/episoder/trunk/debian/docs
===================================================================
--- packages/episoder/trunk/debian/docs	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/docs	2013-10-14 03:49:50 UTC (rev 10055)
@@ -1,4 +1,2 @@
-examples
 README
-README.tvcom
 AUTHORS

Added: packages/episoder/trunk/debian/examples
===================================================================
--- packages/episoder/trunk/debian/examples	                        (rev 0)
+++ packages/episoder/trunk/debian/examples	2013-10-14 03:49:50 UTC (rev 10055)
@@ -0,0 +1 @@
+home.episoder

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	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/patches/01_do-not-install-doc-files.patch	2013-10-14 03:49:50 UTC (rev 10055)
@@ -1,17 +1,16 @@
-Don't install upstream documentation into /usr/share/episoder
-diff -Naur episoder-0.5.0.orig/setup.py episoder-0.5.0/setup.py
---- episoder-0.5.0.orig/setup.py	2009-05-18 01:59:23.000000000 +0200
-+++ episoder-0.5.0/setup.py	2009-05-31 06:06:27.211421189 +0200
-@@ -16,12 +16,6 @@
- awkfile = os.path.join("extras", "episoder_helper_epguides.awk")
- files.append((os.path.join(sys.prefix, "share", "episoder"), [awkfile]))
+Don't install upstream documentation into /usr
+--- a/setup.py
++++ b/setup.py
+@@ -13,12 +13,6 @@
+ awkfile = path.join('extras', 'episoder_helper_epguides.awk')
+ files.append(('extras', [awkfile]))
  
 -# documentation
--doc_files = ["AUTHORS", "CHANGELOG", "COPYING", "README", "README.tvcom" ]
+-for file in [ 'AUTHORS', 'CHANGELOG', 'COPYING', 'README' ]:
+-	files.append((path.join('doc', 'episoder'), [file]))
 -
--for file in doc_files:
--	files.append((os.path.join(sys.prefix, "share", "episoder"), [file]))
+-files.append((path.join('doc', 'episoder', 'examples'), [ 'home.episoder' ]))
 -
- if __name__ == '__main__':
- 	LONG_DESCRIPTION = \
- """episoder is a tool to tell you about new episodes of your favourite TV shows."""
+ setup(	name			= 'episoder',
+ 	version			= '0.7.0',
+ 	license			= 'GPLv3',

Added: packages/episoder/trunk/debian/patches/02_awk-file-path.patch
===================================================================
--- packages/episoder/trunk/debian/patches/02_awk-file-path.patch	                        (rev 0)
+++ packages/episoder/trunk/debian/patches/02_awk-file-path.patch	2013-10-14 03:49:50 UTC (rev 10055)
@@ -0,0 +1,12 @@
+Install the epguides AWK helper to the proper path
+--- a/setup.py
++++ b/setup.py
+@@ -11,7 +11,7 @@
+ 
+ # awk parser
+ awkfile = path.join('extras', 'episoder_helper_epguides.awk')
+-files.append(('extras', [awkfile]))
++files.append((path.join('share', 'episoder', 'extras'), [awkfile]))
+ 
+ setup(	name			= 'episoder',
+ 	version			= '0.7.0',

Added: packages/episoder/trunk/debian/patches/03_manpage-path.patch
===================================================================
--- packages/episoder/trunk/debian/patches/03_manpage-path.patch	                        (rev 0)
+++ packages/episoder/trunk/debian/patches/03_manpage-path.patch	2013-10-14 03:49:50 UTC (rev 10055)
@@ -0,0 +1,12 @@
+Install the man page to the proper path
+--- a/setup.py
++++ b/setup.py
+@@ -7,7 +7,7 @@
+ 
+ # man page
+ manpage = 'episoder.1'
+-files.append((path.join('man', 'man1'), ['episoder.1']))
++files.append((path.join('share', 'man', 'man1'), ['episoder.1']))
+ 
+ # awk parser
+ awkfile = path.join('extras', 'episoder_helper_epguides.awk')

Modified: packages/episoder/trunk/debian/patches/series
===================================================================
--- packages/episoder/trunk/debian/patches/series	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/patches/series	2013-10-14 03:49:50 UTC (rev 10055)
@@ -1 +1,3 @@
 01_do-not-install-doc-files.patch
+02_awk-file-path.patch
+03_manpage-path.patch

Modified: packages/episoder/trunk/debian/watch
===================================================================
--- packages/episoder/trunk/debian/watch	2013-10-10 18:12:51 UTC (rev 10054)
+++ packages/episoder/trunk/debian/watch	2013-10-14 03:49:50 UTC (rev 10055)
@@ -3,4 +3,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://code.google.com/p/episoder/downloads/list .*/episoder-(.*)\.tar\.gz
+http://code.ott.net/projects/episoder .*episoder-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list