[Python-modules-commits] r25037 - in packages/tweepy/trunk/debian (5 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Sat Jun 29 21:41:46 UTC 2013


    Date: Saturday, June 29, 2013 @ 21:41:45
  Author: nomadium-guest
Revision: 25037

* Update watch file.
* Update copyright file.
* Install upstream changelog file.

Modified:
  packages/tweepy/trunk/debian/changelog
  packages/tweepy/trunk/debian/copyright
  packages/tweepy/trunk/debian/python-tweepy.docs
  packages/tweepy/trunk/debian/rules
  packages/tweepy/trunk/debian/watch

Modified: packages/tweepy/trunk/debian/changelog
===================================================================
--- packages/tweepy/trunk/debian/changelog	2013-06-29 16:39:09 UTC (rev 25036)
+++ packages/tweepy/trunk/debian/changelog	2013-06-29 21:41:45 UTC (rev 25037)
@@ -3,7 +3,7 @@
   [ Miguel Landaeta ]
   * New upstream release. (Closes: #669881, #681905).
   * Update Homepage field. (Closes: #653895).
-  * Update watch file.
+  * Update watch file. Thanks to Bart Martens <bartm at debian.org>. 
   * Update copyright file.
   * Bump Standards-Version to 3.9.4. No changes were required.
   * Fix wrong paragraph separation in python-tweepy-doc
@@ -12,7 +12,7 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:11 +0200
+ -- Miguel Landaeta <miguel at miguel.cc>  Sat, 29 Jun 2013 16:41:02 -0300
 
 tweepy (1.7.1-2) unstable; urgency=low
 

Modified: packages/tweepy/trunk/debian/copyright
===================================================================
--- packages/tweepy/trunk/debian/copyright	2013-06-29 16:39:09 UTC (rev 25036)
+++ packages/tweepy/trunk/debian/copyright	2013-06-29 21:41:45 UTC (rev 25037)
@@ -12,7 +12,7 @@
 License: Expat
 
 Files: debian/*
-Copyright: © 2011-2012, Miguel Landaeta <miguel at miguel.cc>
+Copyright: © 2011-2013, Miguel Landaeta <miguel at miguel.cc>
 License: Expat
 
 License: Expat

Modified: packages/tweepy/trunk/debian/python-tweepy.docs
===================================================================
--- packages/tweepy/trunk/debian/python-tweepy.docs	2013-06-29 16:39:09 UTC (rev 25036)
+++ packages/tweepy/trunk/debian/python-tweepy.docs	2013-06-29 21:41:45 UTC (rev 25037)
@@ -1,2 +1,2 @@
 tests.py
-README
+README.md

Modified: packages/tweepy/trunk/debian/rules
===================================================================
--- packages/tweepy/trunk/debian/rules	2013-06-29 16:39:09 UTC (rev 25036)
+++ packages/tweepy/trunk/debian/rules	2013-06-29 21:41:45 UTC (rev 25037)
@@ -22,6 +22,9 @@
 	dh_auto_clean
 	rm -rf tweepy.egg-info build/html
 
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGELOG.md
+
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
 	uscan --no-conf --rename --force-download --destdir $(CURDIR)

Modified: packages/tweepy/trunk/debian/watch
===================================================================
--- packages/tweepy/trunk/debian/watch	2013-06-29 16:39:09 UTC (rev 25036)
+++ packages/tweepy/trunk/debian/watch	2013-06-29 21:41:45 UTC (rev 25037)
@@ -1,4 +1,4 @@
 version=3
 https://github.com/tweepy/tweepy/tags \
- /tweepy/tweepy/archive/(.+)\.tar.gz \
- debian
+.*/archive/v?(\d\S*)\.tar\.gz
+# Bart Martens <bartm at debian.org>  Sat, 02 Mar 2013 15:44:01 +0000




More information about the Python-modules-commits mailing list