[Python-apps-commits] r5659 - in packages/episoder/trunk/debian (4 files)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Wed Jun 23 15:17:21 UTC 2010


    Date: Wednesday, June 23, 2010 @ 15:17:17
  Author: cockroach-guest
Revision: 5659

New upstream version

Modified:
  packages/episoder/trunk/debian/changelog
  packages/episoder/trunk/debian/control
  packages/episoder/trunk/debian/watch
Deleted:
  packages/episoder/trunk/debian/README.source

Deleted: packages/episoder/trunk/debian/README.source
===================================================================
--- packages/episoder/trunk/debian/README.source	2010-06-23 13:00:36 UTC (rev 5658)
+++ packages/episoder/trunk/debian/README.source	2010-06-23 15:17:17 UTC (rev 5659)
@@ -1,57 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To configure quilt to use debian/patches instead of patches, you want
-either to export QUILT_PATCHES=debian/patches in your environment
-or use this snippet in your ~/.quiltrc:
-
-    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
-        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
-                export QUILT_PATCHES=debian/patches
-        fi
-    done
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
-    quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
-    quilt new <patch>
-
-where <patch> is a descriptive name for the patch, used as the filename in
-debian/patches.  Then, for every file that will be modified by this patch,
-run:
-
-    quilt add <file>
-
-before editing those files.  You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly.  After editing the files, run:
-
-    quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
-    quilt import -P <patch> /path/to/patch
-    quilt push -a
-
-(add -p 0 to quilt import if needed). <patch> as above is the filename to
-use in debian/patches.  The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
-    quilt delete <patch>
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.

Modified: packages/episoder/trunk/debian/changelog
===================================================================
--- packages/episoder/trunk/debian/changelog	2010-06-23 13:00:36 UTC (rev 5658)
+++ packages/episoder/trunk/debian/changelog	2010-06-23 15:17:17 UTC (rev 5659)
@@ -1,5 +1,5 @@
-episoder (0.6.2-1) unstable; urgency=low
+episoder (0.6.3-1) unstable; urgency=low
 
   * Initial official debian package				closes: #322969
 
- -- Stefan Ott <stefan at ott.net>  Tue, 23 Mar 2010 01:33:25 +0100
+ -- Stefan Ott <stefan at ott.net>  Wed, 23 Jun 2010 17:02:38 +0200

Modified: packages/episoder/trunk/debian/control
===================================================================
--- packages/episoder/trunk/debian/control	2010-06-23 13:00:36 UTC (rev 5658)
+++ packages/episoder/trunk/debian/control	2010-06-23 15:17:17 UTC (rev 5659)
@@ -4,10 +4,9 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python (>= 2.5), python-support (>= 0.5.3), python-beautifulsoup, python-yaml, python-sqlalchemy
+Build-Depends-Indep: python, python-support, python-beautifulsoup, python-yaml, python-sqlalchemy
 Standards-Version: 3.8.4
 Homepage: http://episoder.googlecode.com/
-XS-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/episoder/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/episoder
 
@@ -22,3 +21,4 @@
  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.
+XB-Python-Version: ${python:Versions}

Modified: packages/episoder/trunk/debian/watch
===================================================================
--- packages/episoder/trunk/debian/watch	2010-06-23 13:00:36 UTC (rev 5658)
+++ packages/episoder/trunk/debian/watch	2010-06-23 15:17:17 UTC (rev 5659)
@@ -3,4 +3,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://code.google.com/p/episoder/downloads/list .*/episoder-(.*)\.tar\.gz
+opts=downloadurlmangle=s#.*(episoder-([\d.]+)\.tar\.gz).*#http://episoder.googlecode.com/files/$1#,filenamemangle=s#.*(episoder-([\d.]+)\.tar\.gz).*#$1# \
+    http://code.google.com/p/episoder/downloads/list ^.*detail\?name=episoder-([\d.]+)\.tar\.gz.*




More information about the Python-apps-commits mailing list