[SCM] libgeo-distance-xs-perl Debian packaging branch, master, updated. debian/0.08-3-29-ged01665

Angel Abad angelabad at gmail.com
Sun Oct 2 14:39:56 UTC 2011


The following commit has been merged in the master branch:
commit ed016650b69cd3872e2a85b0093798b2198a7bca
Author: Angel Abad <angelabad at gmail.com>
Date:   Sun Oct 2 16:36:04 2011 +0200

    Revert "debian/rules: Move to mimalistic dh7 style"
    
    This reverts commit 0a3300e2af7e4a96c5f8ba5dd88f91201efa01e9.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..a7ad258 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,35 @@
 #!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2011, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Geo::Distance::XS
+#
+# 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 2, 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/>.
 
-%:
-	dh $@
+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
+
+DEB_UPSTREAM_PACKAGE = Geo-Distance-XS
+#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Geo
+DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/G/GR/GRAY
+DEB_UPSTREAM_TARBALL_MD5 = 42d49236bd2d305f2f7ea44850edc210
+
+# Needed both by upstream build process and at runtime
+common-depends = libgeo-distance-perl
+
+CDBS_BUILD_DEPENDS += , $(common-depends)
+CDBS_DEPENDS_ALL = $(common-depends)
+
+DEB_INSTALL_EXAMPLES_ALL += ex/*

-- 
libgeo-distance-xs-perl Debian packaging



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