r22655 - in /trunk/libfile-desktopentry-perl/debian: changelog control rules source.lintian-overrides

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Jul 1 22:50:56 UTC 2008


Author: gwolf
Date: Tue Jul  1 22:50:56 2008
New Revision: 22655

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22655
Log:
Getting ready for upload

Added:
    trunk/libfile-desktopentry-perl/debian/source.lintian-overrides
Modified:
    trunk/libfile-desktopentry-perl/debian/changelog
    trunk/libfile-desktopentry-perl/debian/control
    trunk/libfile-desktopentry-perl/debian/rules

Modified: trunk/libfile-desktopentry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-desktopentry-perl/debian/changelog?rev=22655&op=diff
==============================================================================
--- trunk/libfile-desktopentry-perl/debian/changelog (original)
+++ trunk/libfile-desktopentry-perl/debian/changelog Tue Jul  1 22:50:56 2008
@@ -1,5 +1,6 @@
-libfile-desktopentry-perl (0.04-1) UNRELEASED; urgency=low
+libfile-desktopentry-perl (0.04-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -10,7 +11,14 @@
     Uploaders.
   * debian/watch: use dist-based URL.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 15:54:52 +0200
+  [ Gunnar Wolf ]
+  * Fixed obsolete URL in short description (Closes: #475484)
+  * Updated standards-version to 3.8.0 (no changes neeeded)
+  * Added myself as an uploader
+  * Added Lintian override, as the URL in the long description is over 80
+    characters long
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 01 Jul 2008 17:31:38 -0500
 
 libfile-desktopentry-perl (0.04-0.1) unstable; urgency=low
 

Modified: trunk/libfile-desktopentry-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-desktopentry-perl/debian/control?rev=22655&op=diff
==============================================================================
--- trunk/libfile-desktopentry-perl/debian/control (original)
+++ trunk/libfile-desktopentry-perl/debian/control Tue Jul  1 22:50:56 2008
@@ -4,8 +4,8 @@
 Build-Depends: debhelper (>= 5), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl, libfile-basedir-perl (>= 0.03)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Florian Ragwitz <rafl at debian.org>
-Standards-Version: 3.6.2
+Uploaders: Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/File-DesktopEntry/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-desktopentry-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-desktopentry-perl/
@@ -16,5 +16,6 @@
 Description: Perl module to handle freedesktop .desktop files
  This module is used to work with .desktop files. The format of these files
  is specified by the freedesktop "Desktp Entry" specification.
- See http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec.
+ See 
+ http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
  For this module version 0.9.4 of the specification was used.

Modified: trunk/libfile-desktopentry-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-desktopentry-perl/debian/rules?rev=22655&op=diff
==============================================================================
--- trunk/libfile-desktopentry-perl/debian/rules (original)
+++ trunk/libfile-desktopentry-perl/debian/rules Tue Jul  1 22:50:56 2008
@@ -30,6 +30,9 @@
 	dh_clean -k
 	./Build test
 	./Build install --destdir=$(TMP) --installdirs=vendor
+	mkdir -p $(TMP)/usr/share/lintian/overrides
+	install -m0644 $(CURDIR)/debian/source.lintian-overrides \
+		$(TMP)/usr/share/lintian/overrides/$(PACKAGE)
 	touch install-stamp
 
 binary-arch:

Added: trunk/libfile-desktopentry-perl/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-desktopentry-perl/debian/source.lintian-overrides?rev=22655&op=file
==============================================================================
--- trunk/libfile-desktopentry-perl/debian/source.lintian-overrides (added)
+++ trunk/libfile-desktopentry-perl/debian/source.lintian-overrides Tue Jul  1 22:50:56 2008
@@ -1,0 +1,2 @@
+# The long description includes a long (over 80 characters long) URL
+libfile-desktopentry-perl: extended-description-line-too-long




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