[libgd-text-perl] 06/11: Modernize CDBS: Hard-include upstream-tarball.mk and utils.mk: Needed helper tools are now available even in oldstable. simple-expand a variable.

Jonas Smedegaard dr at jones.dk
Sat Jun 14 09:56:28 UTC 2014


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

js pushed a commit to branch master
in repository libgd-text-perl.

commit 2b9de760bbc5747abbbf7d1cf08fae188bb587a5
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 14 11:01:27 2014 +0200

    Modernize CDBS: Hard-include upstream-tarball.mk and utils.mk: Needed helper tools are now available even in oldstable. simple-expand a variable.
---
 debian/rules | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index a780e9e..61f24b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,17 +16,13 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
--include /usr/share/cdbs/1/rules/upstream-tarball.mk
--include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/perl-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-# Silence optional build-dependencies to ease backporting
-CDBS_BUILD_DEPENDS_rules_upstream-tarball =
-CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
-
 DEB_UPSTREAM_PACKAGE = GDTextUtil
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/GD
 DEB_UPSTREAM_TARBALL_MD5 = 941ad06eadc86b47f3a32da405665c41
 
-DEB_INSTALL_EXAMPLES_libgd-text-perl := demo
+DEB_INSTALL_EXAMPLES_libgd-text-perl = demo

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



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