[SCM] Debian packaging of libbarcode-code128-perl branch, master, updated. 5bace9fd33496a32b5a4128ba4e3b1babe7df539

Xavier Guimard x.guimard at free.fr
Mon Nov 19 20:23:37 UTC 2012


The following commit has been merged in the master branch:
commit 419c2e7a5acaf010631132e25d102613c82869da
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Nov 19 05:45:27 2012 +0100

    Remove cdbs dependency and update debian/rules

diff --git a/debian/changelog b/debian/changelog
index 3d33962..ace8089 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ libbarcode-code128-perl (2.21-1) UNRELEASED; urgency=low
   * Imported Upstream version 2.21
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
+  * Remove cdbs dependency and update debian/rules
 
  -- Xavier Guimard <x.guimard at free.fr>  Mon, 19 Nov 2012 05:39:27 +0100
 
diff --git a/debian/control b/debian/control
index afe16d3..aaf315a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Xavier Guimard <x.guimard at free.fr>
-Build-Depends: cdbs (>= 0.4.27),
- debhelper (>= 8),
+Build-Depends: debhelper (>= 8),
  patchutils (>= 0.2.25),
  sharutils
 Build-Depends-Indep: libgd-gd2-perl,
diff --git a/debian/rules b/debian/rules
index e2003b8..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-apply-patches: uudecode
-reverse-patches: remove-uudecode
-
-.PHONY: uudecode remove-uudecode
-uudecode:
-	cd t ; uudecode < ../debian/code128.png.uenc
-
-remove-uudecode:
-	$(RM) t/code128.png
-
-.PHONY: show-builddepends
-show-builddepends:
-	@echo "Build-Depends: $(CDBS_BUILD_DEPENDS)"
-
-install/libbarcode-code128-perl::
-	[ ! -d $(CURDIR)/debian/libbarcode-code128-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libbarcode-code128-perl/usr/lib/perl5
-	
+%:
+	dh $@

-- 
Debian packaging of libbarcode-code128-perl



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