[Python-modules-commits] [python-werkzeug] 08/15: Added AUTHORS file to all binary packages
Ondřej Nový
onovy-guest at moszumanska.debian.org
Sun May 1 13:31:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository python-werkzeug.
commit 2c504b1b1fac2518f40564704c570f64ba4eb409
Author: Ondřej Nový <novy at ondrej.org>
Date: Sun May 1 12:47:50 2016 +0200
Added AUTHORS file to all binary packages
---
debian/changelog | 1 +
debian/copyright | 2 +-
debian/rules | 5 +++++
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6402cd9..c1c0fd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-werkzeug (0.11.9+dfsg1-1) UNRELEASED; urgency=medium
* Fixed VCS URL (https)
* d/watch: Moved from pypi to github, which contains Werkzeug theme
* d/copyright: Fixed Files-Excluded for new upstream release
+ * Added AUTHORS file to all binary packages
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:27:44 +0200
diff --git a/debian/copyright b/debian/copyright
index baca8fe..10a89bf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Files-Excluded: werkzeug/debug/shared/ubuntu.ttf
werkzeug/debug/shared/jquery.js
Files: *
-Copyright: Copyright 2009-2015, the Werkzeug Team
+Copyright: Copyright 2009-2016, the Werkzeug Team, see AUTHORS for more details.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
diff --git a/debian/rules b/debian/rules
index da53457..a541619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,3 +33,8 @@ override_dh_auto_install:
override_dh_fixperms:
find debian/ -name '*\.png' -exec chmod -x '{}' \;
dh_fixperms
+
+override_dh_installdocs:
+ dh_installdocs
+
+ dh_installdocs -A AUTHORS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-werkzeug.git
More information about the Python-modules-commits
mailing list