From d60e454d714d83fcb3c55cefd27f5b98525b2322 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 30 Dec 2005 03:16:58 +0000 Subject: [PATCH] Corrected location of version 2.10 tag. --- debian/changelog.base | 5 +++++ debian/control | 37 +++++++++++++++++++++++++++++++++++++ debian/copyright | 22 ++++++++++++++++++++++ debian/libmaypole-perl.docs | 1 + debian/rules | 28 ++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 debian/changelog.base create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libmaypole-perl.docs create mode 100644 debian/rules diff --git a/debian/changelog.base b/debian/changelog.base new file mode 100644 index 0000000..1614d3b --- /dev/null +++ b/debian/changelog.base @@ -0,0 +1,5 @@ +maypole (2.10-1) unstable; urgency=low + + * Initial release - closes: #345275 + + -- Ben Hutchings Fri, 30 Dec 2005 03:05:38 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d180b31 --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: maypole +Maintainer: Ben Hutchings +Section: perl +Priority: extra +Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), + libclass-dbi-sqlite-perl + libcgi-simple-perl, + libcgi-untaint-perl, + libclass-accessor-perl, + libclass-data-inheritable-perl, + libclass-dbi-abstractsearch-perl, + libclass-dbi-asform-perl, + libclass-dbi-fromcgi-perl, + libclass-dbi-loader-perl, + libclass-dbi-loader-relationship-perl, + libclass-dbi-pager-perl, + libclass-dbi-perl, + libclass-dbi-plugin-retrieveall-perl, + libdigest-perl, + libtemplate-perl, + libtemplate-plugin-class-perl, + libuniversal-moniker-perl, + libuniversal-require-perl, + liburi-perl, + libwww-perl +Standards-Version: 3.6.2 + +Package: libmaypole-perl +Architecture: all +Depends: libapache-mod-perl | libapache2-mod-perl2, ${perl:Depends} +Description: Perl framework for MVC-oriented web applications + Maypole is a Perl framework for MVC-oriented web applications, similar + to Jakarta's Struts. Maypole is designed to minimize coding requirements + for creating simple web interfaces to databases, while remaining flexible + enough to support enterprise web applications. + . + Homepage: http://maypole.perl.org/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cc3a91b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +This is the Debian-packaged version of Maypole, put together by Ben +Hutchings using source from: + + http://maypole.perl.org/ + +The authors of Maypole are Simon Cozens et al. +(see /usr/share/doc/libmaypole-perl/AUTHORS). + +You may distribute this code under the same terms as Perl itself: + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + +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'. diff --git a/debian/libmaypole-perl.docs b/debian/libmaypole-perl.docs new file mode 100644 index 0000000..62deb04 --- /dev/null +++ b/debian/libmaypole-perl.docs @@ -0,0 +1 @@ +AUTHORS diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..864a189 --- /dev/null +++ b/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build : + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) + +binary : binary-arch binary-indep + +binary-arch : + +binary-indep : build + dh_testroot + mkdir -p -m755 debian/libmaypole-perl/usr/share/perl5 + $(MAKE) PREFIX=$(CURDIR)/debian/libmaypole-perl/usr install + dh_perl + mkdir -p -m755 debian/libmaypole-perl/usr/share/doc/libmaypole-perl + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_gencontrol + dh_builddeb + +clean : + if [ -f Makefile ]; then $(MAKE) clean; fi + dh_clean Makefile + +.PHONY : build binary binary-arch binary-dep clean -- 2.39.2