Bug#548799: fix extra-license-file warnings

Marco Presi (Zufus) zufus at debian.org
Mon Sep 28 20:54:30 UTC 2009


Package: gdesklets
Version: 0.36.1-3
Severity: normal
Tags: patch

Hi.

Please find attached a small patch removing few lintian warnings.

I look forward to submit another patch correcting ALL the lintian warnings in the next days

Regards

Marco


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdesklets depends on:
ii  libatk1.0-0                   1.28.0-1   The ATK accessibility toolkit
ii  libc6                         2.9-26     GNU C Library: Shared libraries
ii  libcairo2                     1.8.8-2    The Cairo 2D vector graphics libra
ii  libfontconfig1                2.6.0-4    generic font configuration library
ii  libfreetype6                  2.3.9-5    FreeType 2 font engine, shared lib
ii  libglib2.0-0                  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0                   2.18.0-1   The GTK+ graphical user interface 
ii  libgtop2-7                    2.28.0-1   gtop system monitoring library (sh
ii  libpango1.0-0                 1.26.0-1   Layout and rendering of internatio
ii  librsvg2-2                    2.26.0-1   SAX-based renderer library for SVG
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-gnome2                 2.28.0-1   Python bindings for the GNOME desk
ii  python-gtk2                   2.16.0-1   Python bindings for the GTK+ widge
ii  python-pyorbit                2.24.0-1   A Python language binding for the 
ii  python-support                1.0.3      automated rebuilding support for P

Versions of packages gdesklets recommends:
pn  gdesklets-data                <none>     (no description available)

gdesklets suggests no packages.
-------------- next part --------------
Description: Avoids installation of useless COPYNG files (they contain the text of GPL-2, already in /usr/share/commo-licenses/)
Author: Marco Presi <zufu at zufus.org>

diff -Nur -x '*.orig' -x '*~' gdesklets-0.36.1/Displays/15pieces/Makefile.in gdesklets-0.36.1.new/Displays/15pieces/Makefile.in
--- gdesklets-0.36.1/Displays/15pieces/Makefile.in	2008-10-31 09:57:15.000000000 +0100
+++ gdesklets-0.36.1.new/Displays/15pieces/Makefile.in	2009-09-27 22:08:05.000000000 +0200
@@ -33,8 +33,7 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = Displays/15pieces
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	COPYING
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -256,7 +255,6 @@
 installdir = ${coredir}/Displays/15pieces
 install_DATA = \
 	15pieces.display\
-	COPYING		\
 	make_tiles.sh		\
 	README
 
diff -Nur -x '*.orig' -x '*~' gdesklets-0.36.1/Displays/Calendar/Makefile.in gdesklets-0.36.1.new/Displays/Calendar/Makefile.in
--- gdesklets-0.36.1/Displays/Calendar/Makefile.in	2008-10-31 09:57:16.000000000 +0100
+++ gdesklets-0.36.1.new/Displays/Calendar/Makefile.in	2009-09-27 22:08:18.000000000 +0200
@@ -33,8 +33,7 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = Displays/Calendar
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	COPYING
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -252,7 +251,6 @@
 	cal.png			\
 	Calendar.display	\
 	calendar_mod.script	\
-	COPYING			\
 	events.script		\
 	lang.script		\
 	README
diff -Nur -x '*.orig' -x '*~' gdesklets-0.36.1/Displays/Clock/Makefile.in gdesklets-0.36.1.new/Displays/Clock/Makefile.in
--- gdesklets-0.36.1/Displays/Clock/Makefile.in	2008-10-31 09:57:16.000000000 +0100
+++ gdesklets-0.36.1.new/Displays/Clock/Makefile.in	2009-09-27 22:08:31.000000000 +0200
@@ -33,8 +33,7 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = Displays/Clock
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	COPYING
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -250,7 +249,6 @@
 installdir = ${coredir}/Displays/Clock
 install_DATA = \
 	clock.display	\
-	COPYING		\
 	README		\
 	timezones.script
 
diff -Nur -x '*.orig' -x '*~' gdesklets-0.36.1/Displays/Quote-of-the-Day/Makefile.in gdesklets-0.36.1.new/Displays/Quote-of-the-Day/Makefile.in
--- gdesklets-0.36.1/Displays/Quote-of-the-Day/Makefile.in	2008-10-31 09:57:16.000000000 +0100
+++ gdesklets-0.36.1.new/Displays/Quote-of-the-Day/Makefile.in	2009-09-27 22:08:44.000000000 +0200
@@ -33,8 +33,7 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = Displays/Quote-of-the-Day
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	COPYING
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -234,7 +233,6 @@
 top_srcdir = @top_srcdir@
 installdir = ${coredir}/Displays/Quote-of-the-Day
 install_DATA = \
-	COPYING		\
 	quote.display	\
 	quote.png	\
 	quotes.script	\


More information about the pkg-gnome-maintainers mailing list