r19355 - in /trunk/libapache-db-perl/debian: ./ changelog compat control copyright rules watch
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat May 3 18:08:03 UTC 2008
Author: gregoa
Date: Sat May 3 18:08:02 2008
New Revision: 19355
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19355
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libapache-db-perl/debian/
trunk/libapache-db-perl/debian/changelog
trunk/libapache-db-perl/debian/compat
trunk/libapache-db-perl/debian/control
trunk/libapache-db-perl/debian/copyright
trunk/libapache-db-perl/debian/rules (with props)
trunk/libapache-db-perl/debian/watch
Added: trunk/libapache-db-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-db-perl/debian/changelog?rev=19355&op=file
==============================================================================
--- trunk/libapache-db-perl/debian/changelog (added)
+++ trunk/libapache-db-perl/debian/changelog Sat May 3 18:08:02 2008
@@ -1,0 +1,40 @@
+libapache-db-perl (0.13-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove apache/mod_perl v1 dependencies.
+ * Probably doesn't fix the FTBFS on perl 5.10 yet.
+
+ -- Ivan Kohler <ivan-debian at 420.am> Wed, 20 Feb 2008 11:00:19 -0800
+
+libapache-db-perl (0.10-1) unstable; urgency=low
+
+ * New upstream release (closes: Bug#329489)
+
+ -- Ivan Kohler <ivan-debian at 420.am> Thu, 22 Sep 2005 04:08:29 -0700
+
+libapache-db-perl (0.09-1) unstable; urgency=low
+
+ * New upstream release, now mod_perl 2 compatible.
+ * Change Section: from interpreters to perl
+ * debhelper compat v4
+ * New upstream maintainer, new copyright clarification
+ * Added watch file
+
+ -- Ivan Kohler <ivan-debian at 420.am> Sat, 7 Aug 2004 19:35:03 -0700
+
+libapache-db-perl (0.06-2) unstable; urgency=low
+
+ * debian/copyright pedantry (closes: Bug#153368, Bug#153325)
+ * Fold in 5.8 build-dep from NMU, thanks joey
+
+ -- Ivan Kohler <ivan-debian at 420.am> Sat, 7 Sep 2002 04:18:52 -0700
+
+libapache-db-perl (0.06-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am> Sun, 8 Jul 2001 00:08:45 -0700
+
+Local variables:
+mode: debian-changelog
+End:
Added: trunk/libapache-db-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-db-perl/debian/compat?rev=19355&op=file
==============================================================================
--- trunk/libapache-db-perl/debian/compat (added)
+++ trunk/libapache-db-perl/debian/compat Sat May 3 18:08:02 2008
@@ -1,0 +1,1 @@
+4
Added: trunk/libapache-db-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-db-perl/debian/control?rev=19355&op=file
==============================================================================
--- trunk/libapache-db-perl/debian/control (added)
+++ trunk/libapache-db-perl/debian/control Sat May 3 18:08:02 2008
@@ -1,0 +1,14 @@
+Source: libapache-db-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), perl (>= 5.8)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.5.1
+
+Package: libapache-db-perl
+Architecture: any
+Depends: libapache2-mod-perl2 (>= 1.999.22), ${perl:Depends}, ${shlibs:Depends}
+Description: Run the interactive Perl debugger under mod_perl
+ Perl ships with a very useful interactive debugger, however, it does not run
+ "out-of-the-box" in the Apache/mod_perl environment. Apache::DB makes a few
+ adjustments so the two will cooperate.
Added: trunk/libapache-db-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-db-perl/debian/copyright?rev=19355&op=file
==============================================================================
--- trunk/libapache-db-perl/debian/copyright (added)
+++ trunk/libapache-db-perl/debian/copyright Sat May 3 18:08:02 2008
@@ -1,0 +1,22 @@
+This is the debian package for the Apache::DB module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+The official Apache::DB is missing a copyright statement. Doug MacEachern
+<dougm at pobox.com> wrote email in response to an inquiry:
+
+> hi, you can distribute Apache::DB under the same terms as Perl itself. i
+> will add this license in the next version.
+
+The current maintainer Frank Wiles <frank at wiles.org> also writes:
+> You're absolutely right that it was just an oversight. I took this
+> module over from Doug "in a hurry" to get ported for mod_perl 2.0
+> and I don't believe he ever mentioned it to me. It is definitely
+> licensed under the same terms as Perl itself.
+
+The next version is expected to contain a formal copyright statement.
+
+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'.
+
Added: trunk/libapache-db-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-db-perl/debian/rules?rev=19355&op=file
==============================================================================
--- trunk/libapache-db-perl/debian/rules (added)
+++ trunk/libapache-db-perl/debian/rules Sat May 3 18:08:02 2008
@@ -1,0 +1,92 @@
+#!/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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP =`pwd`/debian/$(PACKAGE)
+
+OPTIMIZE = -O2 -Wall
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+OPTIMIZE += -g
+endif
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+
+ # Add here commands to compile the package.
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
+
+ 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-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# dh_testversion
+ dh_testdir
+ dh_testroot
+ dh_installdocs README
+ dh_installexamples
+ dh_installmenu
+# dh_installemacsen
+# dh_installinit
+ dh_installcron
+ dh_installmanpages
+# 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
Propchange: trunk/libapache-db-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libapache-db-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-db-perl/debian/watch?rev=19355&op=file
==============================================================================
--- trunk/libapache-db-perl/debian/watch (added)
+++ trunk/libapache-db-perl/debian/watch Sat May 3 18:08:02 2008
@@ -1,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site Directory Pattern Version Script
+version=2
+#ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Apache/Apache-DB-(.*)\.tar\.gz \
+# debian uupdate
+#uscan doesn't seem to like following CPAN's symlinks
+ftp://ftp.cpan.org/pub/CPAN/authors/id/F/FW/FWILES/Apache-DB-(.*)\.tar\.gz \
+ debian uupdate
More information about the Pkg-perl-cvs-commits
mailing list