[Python-modules-commits] [lazr.config] 01/01: d/README.source: Fix typo.
Barry Warsaw
barry at moszumanska.debian.org
Wed Feb 18 22:33:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository lazr.config.
commit 5445e42407ccf55884009c5b6dddf5561f05aa56
Author: Barry Warsaw <barry at ubuntu.com>
Date: Wed Feb 18 17:33:28 2015 -0500
d/README.source: Fix typo.
* d/README.source: Fix typo.
* d/copyright: Fix typo.
* d/watch: Use the new pypi.debian.net redirector url.
---
debian/README.source | 4 ++--
debian/changelog | 3 +++
debian/copyright | 3 ++-
debian/watch | 3 ++-
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index dbfd7f7..f296d66 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,4 +1,4 @@
-This package uses git-dpm to manage it packaging branch. See the manpage for
+This package uses git-dpm to manage its packaging branch. See the manpage for
git-dpm(1) or https://wiki.debian.org/PackagingWithGit/GitDpm
The branch names used are:
@@ -16,4 +16,4 @@ adt-run. The choice of branch names above means we don't need a
debian/gbp.conf file. Other than that, this package doesn't use
git-buildpackage for maintenance.
- -- Barry Warsaw <barry at debian.org>, Thu, 21 Aug 2014 10:42:39 -0400
+ -- Barry Warsaw <barry at debian.org>, Wed, 18 Feb 2015 17:15:36 -0500
diff --git a/debian/changelog b/debian/changelog
index 2c1ddc1..d3374a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ lazr.config (2.1-1) UNRELEASED; urgency=medium
* New upstream release.
* d/control: Bumped Standards-Version to 3.9.6 with no other changes needed.
* d/rules: Added PYBUILD_TEST_NOSE=1 to invoke the correct test runner.
+ * d/README.source: Fix typo.
+ * d/copyright: Fix typo.
+ * d/watch: Use the new pypi.debian.net redirector url.
-- Barry Warsaw <barry at debian.org> Fri, 09 Jan 2015 15:53:55 -0500
diff --git a/debian/copyright b/debian/copyright
index a32f47e..5933a79 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -35,4 +35,5 @@ License: LGPL-3
along with lazr.config. If not, see <http://www.gnu.org/licenses/>.
.
On Debian-based systems the full text of the LGPL can be found at
- /usr/share/common-licenses/LGPL-3.
+ /usr/share/common-licenses/LGPL-3
+
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
index da4a6e6..746c50c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-https://pypi.python.org/packages/source/l/lazr.config/lazr.config-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/lazr.config/lazr.config-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/lazr.config.git
More information about the Python-modules-commits
mailing list