r70351 - in /trunk/libconfig-model-cursesui-perl/debian: changelog control copyright rules source/ source/format

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Fri Mar 4 12:53:26 UTC 2011


Author: ddumont-guest
Date: Fri Mar  4 12:53:04 2011
New Revision: 70351

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70351
Log:
Fixed issues mentioned by gregoa (including forgotten svn add). Ready for review

Added:
    trunk/libconfig-model-cursesui-perl/debian/source/
    trunk/libconfig-model-cursesui-perl/debian/source/format
Modified:
    trunk/libconfig-model-cursesui-perl/debian/changelog
    trunk/libconfig-model-cursesui-perl/debian/control
    trunk/libconfig-model-cursesui-perl/debian/copyright
    trunk/libconfig-model-cursesui-perl/debian/rules

Modified: trunk/libconfig-model-cursesui-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-cursesui-perl/debian/changelog?rev=70351&op=diff
==============================================================================
--- trunk/libconfig-model-cursesui-perl/debian/changelog (original)
+++ trunk/libconfig-model-cursesui-perl/debian/changelog Fri Mar  4 12:53:04 2011
@@ -1,11 +1,4 @@
 libconfig-model-cursesui-perl (1.104-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control: version from liblog-log4perl-perl can be removed (shouldn't
-    config-edit do this? :))
-  - d/copyright: s;Debian GNU/Linux systems;Debian systems;
-  - source format v3
-  - minimize d/rules
 
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-

Modified: trunk/libconfig-model-cursesui-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-cursesui-perl/debian/control?rev=70351&op=diff
==============================================================================
--- trunk/libconfig-model-cursesui-perl/debian/control (original)
+++ trunk/libconfig-model-cursesui-perl/debian/control Fri Mar  4 12:53:04 2011
@@ -9,7 +9,7 @@
                      libcurses-ui-perl (>= 0.9606),
                      libexception-class-perl,
                      libtest-pod-perl,
-                     liblog-log4perl-perl (>= 1.11)
+                     liblog-log4perl-perl
 Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-model-cursesui-perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-model-cursesui-perl/

Modified: trunk/libconfig-model-cursesui-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-cursesui-perl/debian/copyright?rev=70351&op=diff
==============================================================================
--- trunk/libconfig-model-cursesui-perl/debian/copyright (original)
+++ trunk/libconfig-model-cursesui-perl/debian/copyright Fri Mar  4 12:53:04 2011
@@ -18,6 +18,6 @@
     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
+    On Debian systems, the complete text of version 2 of the GNU
     Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2'
 

Modified: trunk/libconfig-model-cursesui-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-cursesui-perl/debian/rules?rev=70351&op=diff
==============================================================================
--- trunk/libconfig-model-cursesui-perl/debian/rules (original)
+++ trunk/libconfig-model-cursesui-perl/debian/rules Fri Mar  4 12:53:04 2011
@@ -1,23 +1,4 @@
 #!/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

Added: trunk/libconfig-model-cursesui-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-cursesui-perl/debian/source/format?rev=70351&op=file
==============================================================================
--- trunk/libconfig-model-cursesui-perl/debian/source/format (added)
+++ trunk/libconfig-model-cursesui-perl/debian/source/format Fri Mar  4 12:53:04 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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