r56847 - in /trunk/libcrypt-mysql-perl/debian: changelog compat control rules

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 25 06:02:53 UTC 2010


Author: ivan
Date: Sun Apr 25 06:02:21 2010
New Revision: 56847

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56847
Log:
dh-make-perl refresh, dh7, S-V 3.8.4

Modified:
    trunk/libcrypt-mysql-perl/debian/changelog
    trunk/libcrypt-mysql-perl/debian/compat
    trunk/libcrypt-mysql-perl/debian/control
    trunk/libcrypt-mysql-perl/debian/rules

Modified: trunk/libcrypt-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-mysql-perl/debian/changelog?rev=56847&op=diff
==============================================================================
--- trunk/libcrypt-mysql-perl/debian/changelog (original)
+++ trunk/libcrypt-mysql-perl/debian/changelog Sun Apr 25 06:02:21 2010
@@ -8,6 +8,8 @@
     debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved to
     Uploaders.
   * debian/watch: use dist-based URL.
+  * dh-make-perl refresh, dh7
+  * Standards-Version 3.8.4
 
  -- Ivan Kohler <ivan-debian at 420.am>  Sat, 24 Apr 2010 22:55:47 -0700
 

Modified: trunk/libcrypt-mysql-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-mysql-perl/debian/compat?rev=56847&op=diff
==============================================================================
--- trunk/libcrypt-mysql-perl/debian/compat (original)
+++ trunk/libcrypt-mysql-perl/debian/compat Sun Apr 25 06:02:21 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libcrypt-mysql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-mysql-perl/debian/control?rev=56847&op=diff
==============================================================================
--- trunk/libcrypt-mysql-perl/debian/control (original)
+++ trunk/libcrypt-mysql-perl/debian/control Sun Apr 25 06:02:21 2010
@@ -1,17 +1,18 @@
 Source: libcrypt-mysql-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.0), libmodule-build-perl, perl (>= 5.8.4-8), libdigest-sha1-perl
+Build-Depends: debhelper (>= 7), libdigest-sha1-perl, libmodule-build-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Crypt-MySQL/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-mysql-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-mysql-perl/
 
 Package: libcrypt-mysql-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libdigest-sha1-perl
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libdigest-sha1-perl
 Description: Perl module to emulate the MySQL PASSWORD() function.
  Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient.
  You can compare encrypted passwords, without real MySQL environment.

Modified: trunk/libcrypt-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-mysql-perl/debian/rules?rev=56847&op=diff
==============================================================================
--- trunk/libcrypt-mysql-perl/debian/rules (original)
+++ trunk/libcrypt-mysql-perl/debian/rules Sun Apr 25 06:02:21 2010
@@ -1,92 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# 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
-
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="$(CFLAGS)" $(PERL) Build
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build distclean
-
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build test
-	$(PERL) Build install destdir=$(TMP)
-
-	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_installexamples 
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
-	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
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@




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