[SCM] Packaging of the Business::OnlinePayment::AuthorizeNet perl module in Debian branch, master, updated. upstream/3.22-12-g94f57f2

Ivan Kohler ivan-debian at 420.am
Mon Sep 26 23:11:04 UTC 2011


The following commit has been merged in the master branch:
commit 252a7800d5d510691e13e0f3cd28d1b78e6e7955
Author: Ivan Kohler <ivan-debian at 420.am>
Date:   Mon Sep 26 15:58:36 2011 -0700

    dh-make-perl refresh

diff --git a/debian/changelog b/debian/changelog
index 8a79914..775aec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 libbusiness-onlinepayment-authorizenet-perl (3.22-1) unstable; urgency=low
 
   * New upstream release
+  * Take over for the Debian Perl Group
+  * Update Vcs-Browser: and add Vcs-Git: (closes: Bug#638482)
+  * dh-make-perl refresh
+    + Add ${misc:Depends}
 
  -- Ivan Kohler <ivan-debian at 420.am>  Mon, 26 Sep 2011 15:30:10 -0700
 
diff --git a/debian/control b/debian/control
index a8b8352..1dcc507 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,37 @@
 Source: libbusiness-onlinepayment-authorizenet-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4), perl (>= 5.8), perl-modules (>= 5.8), libbusiness-onlinepayment-perl, libnet-ssleay-perl, libtext-csv-perl
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
+Build-Depends: debhelper (>= 8),
+ libbusiness-onlinepayment-perl,
+ libnet-https-any-perl,
+ libtext-csv-xs-perl,
+ libxml-simple-perl,
+ libxml-writer-perl,
+ perl
+Build-Depends-Indep: libbusiness-onlinepayment-perl (>= 3),
+ libnet-https-any-perl,
+ libtext-csv-xs-perl,
+ libtie-ixhash-perl,
+ libxml-simple-perl,
+ libxml-writer-perl,
+ perl
 Standards-Version: 3.5.1
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
 Homepage: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/
-Vcs-Browser: http://www.sisd.com/cgi-bin/viewvc.cgi/Business-OnlinePayment-AuthorizeNet/
 
 Package: libbusiness-onlinepayment-authorizenet-perl
 Architecture: all
-Depends: ${perl:Depends}, libbusiness-onlinepayment-perl, libnet-ssleay-perl, libtext-csv-perl
-Description:  AuthorizeNet backend for Business::OnlinePayment
+Depends: ${misc:Depends}, ${perl:Depends},
+ libbusiness-onlinepayment-perl (>= 3.01),
+ libnet-https-any-perl,
+ libtext-csv-xs-perl,
+ libtie-ixhash-perl,
+ libxml-simple-perl,
+ libxml-writer-perl
+Description: AuthorizeNet backend for Business::OnlinePayment
  This is Business::OnlinePayment::AuthorizeNet, an Business::OnlinePayment
  backend module for Authorize.Net.  It is only useful if you have a merchant
  account with Authorize.Net: http://www.authorize.net/
diff --git a/debian/copyright b/debian/copyright
index 92bb407..f4f3e77 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,31 @@
-This is the debian package for the Business::OnlinePayment::AuthorizeNet module.
-It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Source: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/
+Name: Business-OnlinePayment-AuthorizeNet
 
-Copyright (c) 1999 Jason Kohles.
-Copyright (c) 2001 Ivan Kohler
-All rights reserved. This program is free software; you can redistribute it
-and/or modify it under the same terms as Perl itself.
+Files: *
+Copyright: 1999, Jason Kohles
+Copyright: 2002, 2003, Ivan Kohler <ivan-authorizenet at 420.am>
+Copyright: 2008, Thomas Sibley
+Copyright: 2010, Freeside Internet Services, Inc.
+License: Artistic or GPL-1+
 
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+Files: debian/*
+Copyright: 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011, Ivan Kohler <ivan-debian at 420.am>
+License: Artistic or GPL-1+
 
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
index 78adf78..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,88 +1,4 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-#export DH_COMPAT=3
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =`pwd`/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
-
-	dh_clean
-
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-#	dh_testversion
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples
-	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
-	dh_installman
-#	dh_undocumented
-	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 --destdir=$(DESTDIR)
-
-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 $@

-- 
Packaging of the Business::OnlinePayment::AuthorizeNet perl module in Debian



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