This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libembperl-perl.
commit 7c35ceb46a5fb9a6bd51c4d906bece8bd047575f Author: Axel Beckert <[email protected]> Date: Thu Oct 23 02:03:43 2014 +0200 Add dh_clean override and file list debian/exec-bit to restore x bit Needed in the "clean" target to get a clean git working copy after a build. --- debian/changelog | 2 ++ debian/exec-bit | 30 ++++++++++++++++++++++++++++++ debian/rules | 4 ++++ 3 files changed, 36 insertions(+) diff --git a/debian/changelog b/debian/changelog index f129b63..0e0059d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ libembperl-perl (2.5.0-4) UNRELEASED; urgency=medium (Closes: #765125) * Declare compliance with Debian Policy 3.9.6 (no other changes needed) * Add text files generated from POD to debian/clean + * Add dh_clean override + file list debian/exec-bit to restore x bit in + the "clean" target. Needed to get a clean working copy after a build. -- Salvatore Bonaccorso <[email protected]> Sat, 16 Aug 2014 09:31:31 +0200 diff --git a/debian/exec-bit b/debian/exec-bit new file mode 100644 index 0000000..3e3a494 --- /dev/null +++ b/debian/exec-bit @@ -0,0 +1,30 @@ +eg/web/base.epl +eg/web/config.pl +eg/web/content.epl +eg/web/db/data.epd +eg/web/footer.htm +eg/web/header.epl +eg/web/indexD.htm +eg/web/menuleft.epl +eg/web/notfound.htm +eg/web/pod.xsl +eg/web/pod/doc/index.htm +eg/web/pod/intro/index.htm +eg/webutil/db.schema +eg/webutil/setupdb.pl +eg/x/dbi1.htm +eg/x/dbi2.htm +eg/x/if.htm +eg/x/input.htm +eg/x/loop.htm +eg/x/recordset.htm +eg/images/frame.jpg +eg/images/h_content.gif +eg/images/h_current-v.gif +eg/images/i-nav-over.gif +eg/images/i-sub-off.gif +eg/images/i-sub-on.gif +eg/images/i-sub-open.gif +eg/images/i-sub-over.gif +eg/images/kopf-mitte.jpg +eg/images/linie-nav.gif diff --git a/debian/rules b/debian/rules index b26f72a..29e8fe4 100755 --- a/debian/rules +++ b/debian/rules @@ -43,3 +43,7 @@ override_dh_auto_install: $(POD2TEXT) # strip .pl off executables (and their manpages) rename -v 's/\.pl//' $(TMP)/usr/bin/emb* rename -v 's/\.pl//' $(TMP)/usr/share/man/man1/emb* + +override_dh_clean: + chmod a+x `cat debian/exec-bit` + dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
