[libdynaloader-functions-perl] 06/15: Use shortform dh sequencer (not cdbs). Stop build-depend on cdbs.

Jonas Smedegaard dr at jones.dk
Sat Oct 28 19:25:31 UTC 2017


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

js pushed a commit to annotated tag debian/0.003-1
in repository libdynaloader-functions-perl.

commit 405d3fd8d77fb6ea29584581e38e295d6fc86c60
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Oct 28 21:11:45 2017 +0200

    Use shortform dh sequencer (not cdbs). Stop build-depend on cdbs.
---
 debian/README.source | 11 -----------
 debian/control       |  5 ++---
 debian/control.in    | 22 ----------------------
 debian/rules         | 28 ++--------------------------
 4 files changed, 4 insertions(+), 62 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index f88449e..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-CDBS+git-buildpackage
----------------------
-
-This source package uses CDBS and git-buildpackage.  NMUs need not (but
-are encouraged to) make special use of these tools.  In particular, the
-debian/control.in file can be completely ignored.
-
-More info here: http://wiki.debian.org/CDBS+git-buildpackage
-
-
- -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/control b/debian/control
index aff9bf9..cafa5b5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libdynaloader-functions-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
+Build-Depends:
  perl,
  libmodule-build-perl,
  debhelper,
@@ -15,10 +15,9 @@ Homepage: https://metacpan.org/release/DynaLoader-Functions
 
 Package: libdynaloader-functions-perl
 Architecture: all
-Depends: ${cdbs:Depends},
+Depends:
  ${misc:Depends},
  ${perl:Depends}
-Breaks: ${cdbs:Breaks}
 Description: deconstructed dynamic C library loading
  DynaLoader::Functions provides a function-based interface to dynamic
  loading as used by Perl.  Some details of dynamic loading are very
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 0eb6b8b..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,22 +0,0 @@
-Source: libdynaloader-functions-perl
-Section: perl
-Priority: optional
-Build-Depends: @cdbs@
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdynaloader-functions-perl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdynaloader-functions-perl.git
-Homepage: https://metacpan.org/release/DynaLoader-Functions
-
-Package: libdynaloader-functions-perl
-Architecture: all
-Depends: ${cdbs:Depends},
- ${misc:Depends},
- ${perl:Depends}
-Breaks: ${cdbs:Breaks}
-Description: deconstructed dynamic C library loading
- DynaLoader::Functions provides a function-based interface to dynamic
- loading as used by Perl.  Some details of dynamic loading are very
- platform-dependent, so correct use of these functions requires the
- programmer to be mindful of the space of platform variations.
diff --git a/debian/rules b/debian/rules
index 03356e2..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,3 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2015, Jonas Smedegaard <dr at jones.dk>
-# Description: Main Debian packaging script for DynaLoader::Functions
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# 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/class/perl-build.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-pkg = $(DEB_SOURCE_PACKAGE)
-
-DEB_UPSTREAM_PACKAGE = DynaLoader-Functions
-DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/Z/ZE/ZEFRAM
-DEB_UPSTREAM_TARBALL_MD5 = f32c0a426d2b3aa59994332456b64d6e
+%:
+	dh $@

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



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