[Python-modules-commits] r33166 - in packages/feedgenerator/tags (33 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Tue Jun 30 02:22:46 UTC 2015


    Date: Tuesday, June 30, 2015 @ 02:22:45
  Author: vcheng
Revision: 33166

tag feedgenerator 1.5-1, 1.6-1, 1.7-1

Added:
  packages/feedgenerator/tags/1.5-1/
  packages/feedgenerator/tags/1.5-1/debian/
  packages/feedgenerator/tags/1.5-1/debian/changelog
  packages/feedgenerator/tags/1.5-1/debian/compat
  packages/feedgenerator/tags/1.5-1/debian/control
  packages/feedgenerator/tags/1.5-1/debian/copyright
  packages/feedgenerator/tags/1.5-1/debian/pydist-overrides
  packages/feedgenerator/tags/1.5-1/debian/rules
  packages/feedgenerator/tags/1.5-1/debian/source/
  packages/feedgenerator/tags/1.5-1/debian/source/format
  packages/feedgenerator/tags/1.5-1/debian/watch
  packages/feedgenerator/tags/1.6-1/
  packages/feedgenerator/tags/1.6-1/debian/
  packages/feedgenerator/tags/1.6-1/debian/changelog
  packages/feedgenerator/tags/1.6-1/debian/compat
  packages/feedgenerator/tags/1.6-1/debian/control
  packages/feedgenerator/tags/1.6-1/debian/copyright
  packages/feedgenerator/tags/1.6-1/debian/pydist-overrides
  packages/feedgenerator/tags/1.6-1/debian/rules
  packages/feedgenerator/tags/1.6-1/debian/source/
  packages/feedgenerator/tags/1.6-1/debian/source/format
  packages/feedgenerator/tags/1.6-1/debian/watch
  packages/feedgenerator/tags/1.7-1/
  packages/feedgenerator/tags/1.7-1/debian/
  packages/feedgenerator/tags/1.7-1/debian/changelog
  packages/feedgenerator/tags/1.7-1/debian/compat
  packages/feedgenerator/tags/1.7-1/debian/control
  packages/feedgenerator/tags/1.7-1/debian/copyright
  packages/feedgenerator/tags/1.7-1/debian/pydist-overrides
  packages/feedgenerator/tags/1.7-1/debian/rules
  packages/feedgenerator/tags/1.7-1/debian/source/
  packages/feedgenerator/tags/1.7-1/debian/source/format
  packages/feedgenerator/tags/1.7-1/debian/watch

Added: packages/feedgenerator/tags/1.5-1/debian/changelog
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/changelog	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/changelog	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,5 @@
+feedgenerator (1.5-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: #702229)
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 04 Mar 2013 11:44:26 +0100

Added: packages/feedgenerator/tags/1.5-1/debian/compat
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/compat	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/compat	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+7

Added: packages/feedgenerator/tags/1.5-1/debian/control
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/control	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/control	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,13 @@
+Source: feedgenerator
+Maintainer: Ondřej Surý <ondrej at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
+
+Package: python-feedgenerator
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Syndication feed generation library
+ Feedgenerator is a standalone version of Django's feedgenerator, which
+ is a syndication feed generation library used for generating RSS.

Added: packages/feedgenerator/tags/1.5-1/debian/copyright
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/copyright	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/copyright	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: feedgenerator
+Source: https://pypi.python.org/pypi/feedgenerator
+
+Files: *
+Copyright: 2013 Django Software Foundation and Dirk Makowski
+License: BSD-3
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+     1. Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+ .    
+     2. Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials
+        provided with the distribution.
+ .
+     3. Neither the name of Django nor the names of its contributors
+        may be used to endorse or promote products derived from this
+        software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2013 Ondřej Surý <ondrej at debian.org>
+License: GPL-2+
+ This package 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 package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/feedgenerator/tags/1.5-1/debian/pydist-overrides
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/pydist-overrides	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/pydist-overrides	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+six python-six

Added: packages/feedgenerator/tags/1.5-1/debian/rules
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/rules	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/rules	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Mon, 04 Mar 2013 11:44:26 +0100
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


Property changes on: packages/feedgenerator/tags/1.5-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/feedgenerator/tags/1.5-1/debian/source/format
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/source/format	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/source/format	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/feedgenerator/tags/1.5-1/debian/watch
===================================================================
--- packages/feedgenerator/tags/1.5-1/debian/watch	                        (rev 0)
+++ packages/feedgenerator/tags/1.5-1/debian/watch	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+https://pypi.python.org/packages/source/f/feedgenerator/feedgenerator-(.*)\.tar\.gz

Added: packages/feedgenerator/tags/1.6-1/debian/changelog
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/changelog	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/changelog	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,11 @@
+feedgenerator (1.6-1) unstable; urgency=low
+
+  * New upstream version 1.6
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 05 Aug 2013 14:15:58 +0200
+
+feedgenerator (1.5-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: #702229)
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 04 Mar 2013 11:44:26 +0100

Added: packages/feedgenerator/tags/1.6-1/debian/compat
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/compat	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/compat	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+7

Added: packages/feedgenerator/tags/1.6-1/debian/control
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/control	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/control	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,13 @@
+Source: feedgenerator
+Maintainer: Ondřej Surý <ondrej at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
+
+Package: python-feedgenerator
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Syndication feed generation library
+ Feedgenerator is a standalone version of Django's feedgenerator, which
+ is a syndication feed generation library used for generating RSS.

Added: packages/feedgenerator/tags/1.6-1/debian/copyright
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/copyright	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/copyright	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: feedgenerator
+Source: https://pypi.python.org/pypi/feedgenerator
+
+Files: *
+Copyright: 2013 Django Software Foundation and Dirk Makowski
+License: BSD-3
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+     1. Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+ .    
+     2. Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials
+        provided with the distribution.
+ .
+     3. Neither the name of Django nor the names of its contributors
+        may be used to endorse or promote products derived from this
+        software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2013 Ondřej Surý <ondrej at debian.org>
+License: GPL-2+
+ This package 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 package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/feedgenerator/tags/1.6-1/debian/pydist-overrides
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/pydist-overrides	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/pydist-overrides	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+six python-six

Added: packages/feedgenerator/tags/1.6-1/debian/rules
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/rules	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/rules	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Mon, 04 Mar 2013 11:44:26 +0100
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


Property changes on: packages/feedgenerator/tags/1.6-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/feedgenerator/tags/1.6-1/debian/source/format
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/source/format	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/source/format	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/feedgenerator/tags/1.6-1/debian/watch
===================================================================
--- packages/feedgenerator/tags/1.6-1/debian/watch	                        (rev 0)
+++ packages/feedgenerator/tags/1.6-1/debian/watch	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+https://pypi.python.org/packages/source/f/feedgenerator/feedgenerator-(.*)\.tar\.gz

Added: packages/feedgenerator/tags/1.7-1/debian/changelog
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/changelog	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/changelog	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,19 @@
+feedgenerator (1.7-1) unstable; urgency=low
+
+  * Add Homepage to debian/control
+  * New upstream version 1.7
+  * Move package under Debian Python Modules Team
+
+ -- Ondřej Surý <ondrej at debian.org>  Tue, 10 Sep 2013 16:17:00 +0200
+
+feedgenerator (1.6-1) unstable; urgency=low
+
+  * New upstream version 1.6
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 05 Aug 2013 14:15:58 +0200
+
+feedgenerator (1.5-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: #702229)
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 04 Mar 2013 11:44:26 +0100

Added: packages/feedgenerator/tags/1.7-1/debian/compat
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/compat	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/compat	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+7

Added: packages/feedgenerator/tags/1.7-1/debian/control
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/control	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/control	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,15 @@
+Source: feedgenerator
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Surý <ondrej at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
+Homepage: https://github.com/dmdm/feedgenerator-py3k
+
+Package: python-feedgenerator
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Syndication feed generation library
+ Feedgenerator is a standalone version of Django's feedgenerator, which
+ is a syndication feed generation library used for generating RSS.

Added: packages/feedgenerator/tags/1.7-1/debian/copyright
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/copyright	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/copyright	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: feedgenerator
+Source: https://pypi.python.org/pypi/feedgenerator
+
+Files: *
+Copyright: 2013 Django Software Foundation and Dirk Makowski
+License: BSD-3
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+     1. Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+ .    
+     2. Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials
+        provided with the distribution.
+ .
+     3. Neither the name of Django nor the names of its contributors
+        may be used to endorse or promote products derived from this
+        software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2013 Ondřej Surý <ondrej at debian.org>
+License: GPL-2+
+ This package 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 package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/feedgenerator/tags/1.7-1/debian/pydist-overrides
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/pydist-overrides	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/pydist-overrides	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+six python-six

Added: packages/feedgenerator/tags/1.7-1/debian/rules
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/rules	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/rules	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Mon, 04 Mar 2013 11:44:26 +0100
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


Property changes on: packages/feedgenerator/tags/1.7-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/feedgenerator/tags/1.7-1/debian/source/format
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/source/format	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/source/format	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/feedgenerator/tags/1.7-1/debian/watch
===================================================================
--- packages/feedgenerator/tags/1.7-1/debian/watch	                        (rev 0)
+++ packages/feedgenerator/tags/1.7-1/debian/watch	2015-06-30 02:22:45 UTC (rev 33166)
@@ -0,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+https://pypi.python.org/packages/source/f/feedgenerator/feedgenerator-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list