[Python-modules-commits] r23909 - in packages/tweepy/trunk/debian (4 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Wed Apr 10 22:46:15 UTC 2013


    Date: Wednesday, April 10, 2013 @ 22:46:12
  Author: nomadium-guest
Revision: 23909

* New upstream release.
* Bump Standards-Version to 3.9.4. No changes were required.
* Fix wrong paragraph separation in python-tweepy-doc description. (Closes: #703091).

Modified:
  packages/tweepy/trunk/debian/changelog
  packages/tweepy/trunk/debian/control
  packages/tweepy/trunk/debian/watch
Deleted:
  packages/tweepy/trunk/debian/orig-tar.sh

Modified: packages/tweepy/trunk/debian/changelog
===================================================================
--- packages/tweepy/trunk/debian/changelog	2013-04-10 11:13:30 UTC (rev 23908)
+++ packages/tweepy/trunk/debian/changelog	2013-04-10 22:46:12 UTC (rev 23909)
@@ -1,11 +1,14 @@
-tweepy (1.10-1) UNRELEASED; urgency=low
+tweepy (2.0-1) UNRELEASED; urgency=low
 
   * New upstream release. (Closes: #669881, #681905).
   * Update Homepage field. (Closes: #653895).
   * Update watch file.
   * Update copyright file.
+  * Bump Standards-Version to 3.9.4. No changes were required.
+  * Fix wrong paragraph separation in python-tweepy-doc
+    description. (Closes: #703091).
 
- -- Miguel Landaeta <miguel at miguel.cc>  Thu, 26 Jul 2012 22:18:01 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Wed, 10 Apr 2013 18:35:56 -0300
 
 tweepy (1.7.1-2) unstable; urgency=low
 

Modified: packages/tweepy/trunk/debian/control
===================================================================
--- packages/tweepy/trunk/debian/control	2013-04-10 11:13:30 UTC (rev 23908)
+++ packages/tweepy/trunk/debian/control	2013-04-10 22:46:12 UTC (rev 23909)
@@ -5,7 +5,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
  python-docutils, python-setuptools, python-sphinx
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/tweepy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tweepy/trunk/
@@ -40,5 +40,5 @@
   - Streaming API support
   - Cache system (memory, file)
   - Easy to use
-  .
-  This package contains tutorials, examples and the Tweepy API.
+ .
+ This package contains tutorials, examples and the Tweepy API.

Deleted: packages/tweepy/trunk/debian/orig-tar.sh
===================================================================
--- packages/tweepy/trunk/debian/orig-tar.sh	2013-04-10 11:13:30 UTC (rev 23908)
+++ packages/tweepy/trunk/debian/orig-tar.sh	2013-04-10 22:46:12 UTC (rev 23909)
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-ZIP=tweepy_$2.zip
-TAR=tweepy_$2.orig.tar.gz
-DIR=tweepy-tweepy-*
-
-# Just rename upstream source tarball
-mv $2 $ZIP
-
-# Repack
-unzip $ZIP $DIR
-GZIP=-9 tar --numeric-owner --group 0 --owner 0 -zcvf $TAR $DIR
-rm -rf $DIR $ZIP

Modified: packages/tweepy/trunk/debian/watch
===================================================================
--- packages/tweepy/trunk/debian/watch	2013-04-10 11:13:30 UTC (rev 23908)
+++ packages/tweepy/trunk/debian/watch	2013-04-10 22:46:12 UTC (rev 23909)
@@ -1,4 +1,4 @@
 version=3
 https://github.com/tweepy/tweepy/tags \
- /tweepy/tweepy/zipball/(.+) \
- debian debian/orig-tar.sh
+ /tweepy/tweepy/archive/(.+)\.tar.gz \
+ debian




More information about the Python-modules-commits mailing list