[SCM] libconfig-inifiles-perl Debian packaging branch, master, updated. debian/2.78-1-14-g8987f4c

Jonas Smedegaard dr at jones.dk
Thu May 9 14:40:02 UTC 2013


The following commit has been merged in the master branch:
commit a5a5bd1ef4657dda11d5186d0387a731b26618d0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu May 9 16:02:07 2013 +0200

    Simplify watch file and CDBS upstream-tarball hints.

diff --git a/debian/rules b/debian/rules
index 9d445c2..28f33d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
 # 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/upstream-tarball.mk
 -include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/perl-build.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -25,11 +25,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 DEB_UPSTREAM_PACKAGE = Config-IniFiles
 #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Config
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Config/SHLOMIF
-DEB_UPSTREAM_TARBALL_VERSION := $(shell echo '$(DEB_UPSTREAM_VERSION)' | awk -F. '{print $$1"."$$2$$3$$4$$5}')
 DEB_UPSTREAM_TARBALL_MD5 = fb31fa4ec1af06c41bbe4445329b3bf5
 
 # Suppress optional build-dependencies
-CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
 # Perl-base is sufficient, and was once wanted by localization-config for use
diff --git a/debian/watch b/debian/watch
index d58f3e5..41123cd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 # Run the "uscan" command to check for upstream updates and more.
 version=3
-opts="uversionmangle=s/(\d)\.(\d{2})(\d+)/$1.$2.$3/" \
-	http://search.cpan.org/dist/Config-IniFiles/   .*/Config-IniFiles-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian
+http://search.cpan.org/dist/Config-IniFiles/ .*/Config-IniFiles-(\d[\d.]+)\.tar\.gz

-- 
libconfig-inifiles-perl Debian packaging



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