Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* debian/compat: Bump to 10.
* debian/control:
- Build-depend on debhelper (>= 10).
- Depend on ${misc:Depends}.
* debian/rules:
- Switch to dh sequencer.
* debian/docs: Add README.
Thanks for considering the patch.
Logan Rosen
diff -u libarray-refelem-perl-1.00/debian/compat libarray-refelem-perl-1.00/debian/compat
--- libarray-refelem-perl-1.00/debian/compat
+++ libarray-refelem-perl-1.00/debian/compat
@@ -1 +1 @@
-4
+10
diff -u libarray-refelem-perl-1.00/debian/control libarray-refelem-perl-1.00/debian/control
--- libarray-refelem-perl-1.00/debian/control
+++ libarray-refelem-perl-1.00/debian/control
@@ -1,13 +1,13 @@
Source: libarray-refelem-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 10), perl (>= 5.8.0-7)
Maintainer: Matthias Urlichs <[email protected]>
Standards-Version: 3.6.2
Package: libarray-refelem-perl
Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Set up array elements as aliases
This module gives you direct access to the internal perl routines that
let you store reference to things in arrays and hashes.
diff -u libarray-refelem-perl-1.00/debian/rules libarray-refelem-perl-1.00/debian/rules
--- libarray-refelem-perl-1.00/debian/rules
+++ libarray-refelem-perl-1.00/debian/rules
@@ -2,82 +2,2 @@
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
-
- -$(MAKE) realclean
-
- dh_clean build-stamp install-stamp
-
-install: install-stamp
-install-stamp:
- dh_testdir
- dh_testroot
- dh_clean -k
-
- $(MAKE) test
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
- # As this is a architecture dependent package, we are not supposed to install
- # stuff to /usr/share/perl5. MakeMaker creates the dirs, we delete them from
- # the deb:
- [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
-
- touch install-stamp
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installchangelogs Changes
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_perl
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+ dh $@
only in patch2:
unchanged:
--- libarray-refelem-perl-1.00.orig/debian/docs
+++ libarray-refelem-perl-1.00/debian/docs
@@ -0,0 +1 @@
+README