[libnet-openid-consumer-perl] 38/39: Work around editor backup files shipped upstream

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jul 24 13:08:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libnet-openid-consumer-perl.

commit 48d8ae9783b6897d582f5f8dd4b0ffd7f65828f0
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Feb 9 14:46:10 2014 +0000

    Work around editor backup files shipped upstream
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index af72e4b..33e3426 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libnet-openid-consumer-perl (1.15-1) UNRELEASED; urgency=medium
   * Confirm to copyright-format 1.0
   * New upstream release
   * Update Standards-Version (no changes)
+  * Work around editor backup files shipped upstream
 
  -- Dominic Hargreaves <dom at earth.li>  Sun, 09 Feb 2014 14:24:16 +0000
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..02d5eeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_clean:
+	# Net-OpenID-Consumer ships these editor backup files
+	# https://rt.cpan.org/Ticket/Display.html?id=92861
+	dh_clean -Xexamples/consumer.cgi.~1~ -Xlib/Net/OpenID/ClaimedIdentity.pm.~1~ -Xlib/Net/OpenID/Consumer.pm.~1~

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-openid-consumer-perl.git



More information about the Pkg-perl-cvs-commits mailing list