r29532 - in /trunk/libconfig-model-itself-perl/debian: ./ changelog compat control copyright libconfig-model-itself-perl.docs rules watch

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Sat Jan 10 17:53:03 UTC 2009


Author: ddumont-guest
Date: Sat Jan 10 17:53:00 2009
New Revision: 29532

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

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

Added: trunk/libconfig-model-itself-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/changelog?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/changelog (added)
+++ trunk/libconfig-model-itself-perl/debian/changelog Sat Jan 10 17:53:00 2009
@@ -1,0 +1,5 @@
+libconfig-model-itself-perl (1.208-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #510723)
+
+ -- Dominique Dumont <dominique.dumont at hp.com>  Sat, 10 Jan 2009 18:11:41 +0100

Added: trunk/libconfig-model-itself-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/compat?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/compat (added)
+++ trunk/libconfig-model-itself-perl/debian/compat Sat Jan 10 17:53:00 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libconfig-model-itself-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/control?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/control (added)
+++ trunk/libconfig-model-itself-perl/debian/control Sat Jan 10 17:53:00 2009
@@ -1,0 +1,38 @@
+Source: libconfig-model-itself-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), 
+	       perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-12),
+                     libconfig-model-perl,
+		     libconfig-model-tkui-perl,
+                     libtest-pod-perl,
+		     liblog-log4perl-perl (>= 1.11)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominique Dumont <dominique.dumont at hp.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Config-Model-Itself/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-model-itself-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-model-itself-perl/
+
+Package: libconfig-model-itself-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liblog-log4perl-perl
+         libconfig-model-perl,
+         libconfig-model-tkui-perl,
+         liblog-log4perl-perl (>= 1.11)
+Description: Graphical model editor for Config::Model
+ Config::Model::Itself and its model files provide a model of
+ Config:Model (hence the Itself name). If you install also
+ Config::Model::TkUI, you get a graphical configuration model
+ editor. In others words, you get a GUI to edit configuration models
+ like Xorg model.
+ .
+ Let's step back a little to explain. Any configuration data is, in essence,
+ structured data. This data could be stored in an XML file. A configuration
+ model is a way to describe the structure and relation of all items of a
+ configuration data set.
+ .
+ This configuration model is also expressed as structured data. This structure
+ data is structured and follow a set of rules which are described for humans
+ in Config::Model.

Added: trunk/libconfig-model-itself-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/copyright?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/copyright (added)
+++ trunk/libconfig-model-itself-perl/debian/copyright Sat Jan 10 17:53:00 2009
@@ -1,0 +1,21 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dominique Dumont (ddumont at cpan.org)
+Upstream-Source: http://search.cpan.org/dist/Config-Model-Itself/
+Upstream-Name: Config-Model-Itself
+
+Files: *
+Copyright: 2007-2009, Dominique Dumont (ddumont at cpan.org)
+License: unparsable
+
+Files: debian/*
+Copyright: 2009, Dominique Dumont <dominique.dumont at hp.com>
+License: LGPL-2+
+
+License: LGPL-2+
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+    Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2'

Added: trunk/libconfig-model-itself-perl/debian/libconfig-model-itself-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/libconfig-model-itself-perl.docs?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/libconfig-model-itself-perl.docs (added)
+++ trunk/libconfig-model-itself-perl/debian/libconfig-model-itself-perl.docs Sat Jan 10 17:53:00 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libconfig-model-itself-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/rules?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/rules (added)
+++ trunk/libconfig-model-itself-perl/debian/rules Sat Jan 10 17:53:00 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libconfig-model-itself-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/watch?rev=29532&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/watch (added)
+++ trunk/libconfig-model-itself-perl/debian/watch Sat Jan 10 17:53:00 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Config-Model-Itself/   .*/Config-Model-Itself-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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