This is an automated email from the git hooks/post-receive script. alexm pushed a commit to branch master in repository libapache-admin-config-perl.
commit 7492221d50243753dcf1baba425b359c8a12f908 Author: Raphaël Pinson <raph...@ubuntu.com> Date: Thu Aug 10 14:38:00 2006 +0200 Import Debian changes 0.94-1 libapache-admin-config-perl (0.94-1) unstable; urgency=low * Initial release (Closes: #382381) --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/rules | 5 +++++ debian/watch | 3 +++ 6 files changed, 70 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9285eca --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libapache-admin-config-perl (0.94-1) unstable; urgency=low + + * Initial release (Closes: #382381) + + -- Raphaël Pinson <raph...@ubuntu.com> Thu, 10 Aug 2006 14:38:00 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7c5b4f3 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: libapache-admin-config-perl +Section: perl +Priority: optional +Maintainer: Raphaël Pinson <raph...@ubuntu.com> +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: perl +Standards-Version: 3.7.2 + +Package: libapache-admin-config-perl +Architecture: all +Depends: ${perl:Depends} +Description: a Perl module to read/write Apache like configuration files + Apache::Admin::Config provides an object oriented interface to read and write + Apache configuration files without affecting comments, indentation, or + truncated lines. + . + You can easily extract information from Apache configuration files, or manage + htaccess files. An advantage over Apache::ConfigFile is that you can modify + configuration files on disk, and generate new ones. + . + The class was specifically written for a hosting provider, where it is used + to add new clients, activate features, (un)lock directories using htaccess, + etc. It can also come in handy for writing a one-shot migration script in a + few lines. + . + Homepage: http://search.cpan.org/dist/Apache-Admin-Config/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3033169 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Raphaël Pinson <raph...@ubuntu.com> on +Thu, 10 Aug 2006 14:38:00 +0200. + +It was downloaded from http://search.cpan.org/dist/Apache-Admin-Config/ + +Upstream Author: + Olivier Poitrey <r...@rhapsodyk.net> + +Copyright: + Copyright (C) 2001 - Olivier Poitrey + +License: + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, N: MA 02110-1301, USA. + + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2b421e0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..d083b9b --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/Apache-Admin-Config/ \ + .*/Apache-Admin-Config-(.*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-admin-config-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits