[libtext-roman-perl] 08/09: Remove empty directory /usr/share/perl5/Text/Roman/ in debian/rules

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 02:51:40 UTC 2013


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

abe pushed a commit to branch master
in repository libtext-roman-perl.

commit 911eecd6c648788751e01a9e6cf726fb486dd81e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 03:39:52 2013 +0100

    Remove empty directory /usr/share/perl5/Text/Roman/ in debian/rules
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 63a2c4a..ce1de9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libtext-roman-perl (3.5-1) UNRELEASED; urgency=low
   * Rewrite (no more working) debian/rules from scratch with dh-style
     debhelper (compatibility level 9)
     + Remove Changes from debian/docs
+  * Remove empty directory /usr/share/perl5/Text/Roman/ in debian/rules
   * Bump Standards-Version to 3.9.5 (no further changes)
   * Rewrite short and long description based on upstream's README
   * Switch to source format "3.0 (quilt)"
diff --git a/debian/rules b/debian/rules
index 2d33f6a..7bb2b45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/libtext-roman-perl -type d -empty -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-roman-perl.git



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