[libterm-readline-gnu-perl] 04/07: Don't need to generate upstream changes from README

Salvatore Bonaccorso carnil at debian.org
Sat Mar 22 15:11:23 UTC 2014


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

carnil pushed a commit to branch master
in repository libterm-readline-gnu-perl.

commit f735a3411e3707290ea0b5b12d3bb575822662e8
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Mar 22 16:02:57 2014 +0100

    Don't need to generate upstream changes from README
    
    Upstream now ship the changes in a separate Changes file. Drop the
    override for the generation of the Changes file and drop
    Changes.generated from files to be removed/cleaned up after the package
    is built.
---
 debian/clean | 1 -
 debian/rules | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index dd24b9d..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-Changes.generated
diff --git a/debian/rules b/debian/rules
index 4773408..5370cdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_auto_test:
 	# the test suite needs an interactive terminal to run
 
-override_dh_installchangelogs:
-	# Extract changelog from README
-	tail -n`grep -n "Revision History" README | cut -d: -f1` README >Changes.generated
-	dh_installchangelogs Changes.generated
-
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#.*perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readline-gnu-perl.git



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