r25369 - in /trunk/libconfig-model-perl/debian: ./ changelog compat control copyright rules

nxvl-guest at users.alioth.debian.org nxvl-guest at users.alioth.debian.org
Fri Sep 19 13:16:45 UTC 2008


Author: nxvl-guest
Date: Fri Sep 19 13:16:42 2008
New Revision: 25369

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25369
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libconfig-model-perl/debian/
    trunk/libconfig-model-perl/debian/changelog
    trunk/libconfig-model-perl/debian/compat
    trunk/libconfig-model-perl/debian/control
    trunk/libconfig-model-perl/debian/copyright
    trunk/libconfig-model-perl/debian/rules   (with props)

Added: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=25369&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (added)
+++ trunk/libconfig-model-perl/debian/changelog Fri Sep 19 13:16:42 2008
@@ -1,0 +1,5 @@
+libconfig-model-perl (0.624-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Nicolas Valcárcel <nvalcarcel at ubuntu.com>  Wed, 30 Jul 2008 08:57:39 -0400

Added: trunk/libconfig-model-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/compat?rev=25369&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/compat (added)
+++ trunk/libconfig-model-perl/debian/compat Fri Sep 19 13:16:42 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libconfig-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/control?rev=25369&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/control (added)
+++ trunk/libconfig-model-perl/debian/control Fri Sep 19 13:16:42 2008
@@ -1,0 +1,25 @@
+Source: libconfig-model-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libconfig-augeas-perl, liberror-perl, libconfig-tiny-perl, libmodule-build-perl, libtest-class-perl, libtest-warn-perl, libexception-class-perl, libcarp-assert-more-perl, liblog-log4perl-perl, libparse-recdescent-perl
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Maintainer: Nicolas Valcárcel <nvalcarcel at ubuntu.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Config-Model/
+
+Package: libconfig-model-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl, libexception-class-perl, libcarp-assert-more-perl, libparse-recdescent-perl (>= 1.90.0), liblog-log4perl-perl (>= 1.11)
+Description: Describe and edit configuration data
+ Config::Model enables a project developer to provide an interactive
+ configuration editor (graphical, curses based or plain terminal) to
+ his users. For this he must:
+ - describe the structure and constraint of his project's configuration
+ - if the configuration data is not stored in INI file or in Perl data
+   file, he must provide some code to read and write configuration from
+   configuration files.
+ .
+ With the elements above, Config::Model will generate interactive
+ configuration editors (with integrated help and data validation).
+ These editors can be graphical (with Config::Model::TkUI), curses
+ based (with Config::Model::CursesUI) or based on ReadLine.

Added: trunk/libconfig-model-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/copyright?rev=25369&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/copyright (added)
+++ trunk/libconfig-model-perl/debian/copyright Fri Sep 19 13:16:42 2008
@@ -1,0 +1,34 @@
+This is the debian package for the Config-Model module.
+It was created by Nicolas Valcárcel <nvalcarcel at ubuntu.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Config-Model/
+
+Upstream Authors:
+
+  Dominique Dumont
+
+Copyright:
+
+  Copyright (c) 2005-2008 Dominique Dumont.
+
+License:
+
+    This package 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 package 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, MA  02110-1301 USA
+
+The full text of the LGPL is available on Debian systems in
+/usr/share/common-licenses/LGPL
+
+The Debian packaging is (C) 2008, Nicolas Valcárcel <nvalcarcel at ubuntu.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libconfig-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/rules?rev=25369&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/rules (added)
+++ trunk/libconfig-model-perl/debian/rules Fri Sep 19 13:16:42 2008
@@ -1,0 +1,77 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README TODO examples/fstab/README
+	dh_installexamples
+	dh_installchangelogs ChangeLog
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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

Propchange: trunk/libconfig-model-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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