[pkg-nvidia-devel] r1017 - in /packages/nvclock/trunk/debian: changelog compat control copyright nvclock-gtk.menu nvclock-qt.menu nvclock.postinst rules

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Sat Jun 5 12:00:49 UTC 2010


Author: anbe-guest
Date: Sat Jun  5 12:00:28 2010
New Revision: 1017

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1017
Log:
apply patch from Steve Langasek to fix several issues reported by lintian

[ Steve Langasek ]
* lintian fixes: (closes: #520569)
  - debian/copyright: add an actual copyright notice.
  - debian/copyright: copy the GPLv2+ license text.
  - remove empty debian/nvclock.postinst - minor, but makes dpkg less
    efficient about package states
  - debian/control: GTK -> GTK+
  - debian/control: add ${misc:Depends} to the deps of all packages
  - debian/nvclock-{qt,gtk}.menu: quote the "needs" and "section"
    strings, and use the menu section that the Debian menu policy
    explicitly says this package should be using (System/Hardware) :-)
  - debian/rules, debian/compat: set the debhelper compat level in the
    authoritative place.
  - debian/rules: don't ignore errors from 'make clean'.
  - debian/control: Standards-Version to 3.8.0

Added:
    packages/nvclock/trunk/debian/compat
Removed:
    packages/nvclock/trunk/debian/nvclock.postinst
Modified:
    packages/nvclock/trunk/debian/changelog
    packages/nvclock/trunk/debian/control
    packages/nvclock/trunk/debian/copyright
    packages/nvclock/trunk/debian/nvclock-gtk.menu
    packages/nvclock/trunk/debian/nvclock-qt.menu
    packages/nvclock/trunk/debian/rules

Modified: packages/nvclock/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/changelog?rev=1017&op=diff
==============================================================================
--- packages/nvclock/trunk/debian/changelog (original)
+++ packages/nvclock/trunk/debian/changelog Sat Jun  5 12:00:28 2010
@@ -1,4 +1,20 @@
 nvclock (0.8b4-2) UNRELEASED; urgency=low
+
+  [ Steve Langasek ]
+  * lintian fixes: (closes: #520569)
+    - debian/copyright: add an actual copyright notice.
+    - debian/copyright: copy the GPLv2+ license text.
+    - remove empty debian/nvclock.postinst - minor, but makes dpkg less
+      efficient about package states
+    - debian/control: GTK -> GTK+
+    - debian/control: add ${misc:Depends} to the deps of all packages
+    - debian/nvclock-{qt,gtk}.menu: quote the "needs" and "section"
+      strings, and use the menu section that the Debian menu policy
+      explicitly says this package should be using (System/Hardware) :-)
+    - debian/rules, debian/compat: set the debhelper compat level in the
+      authoritative place.
+    - debian/rules: don't ignore errors from 'make clean'.
+    - debian/control: Standards-Version to 3.8.0
 
   [ Andreas Beckmann ]
   * Team change: switch Uploaders from Randall to Russ.

Added: packages/nvclock/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/compat?rev=1017&op=file
==============================================================================
--- packages/nvclock/trunk/debian/compat (added)
+++ packages/nvclock/trunk/debian/compat Sat Jun  5 12:00:28 2010
@@ -1,0 +1,1 @@
+5

Modified: packages/nvclock/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/control?rev=1017&op=diff
==============================================================================
--- packages/nvclock/trunk/debian/control (original)
+++ packages/nvclock/trunk/debian/control Sat Jun  5 12:00:28 2010
@@ -4,14 +4,14 @@
 Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra at debian.org>
 Build-Depends: debhelper (>> 5.0.0), libqt3-mt-dev (>= 3.1.0), libgtk2.0-dev, libglib2.0-dev
-Standards-Version: 3.6.2
+Standards-Version: 3.8.0
 
 Package: nvclock
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: nvidia-glx
 Description: Allows you to overclock your nVidia card under GNU/Linux
- This program allows you to overclock your nVidia chip based video card. 
+ This program allows you to overclock your nVidia chip based video card.
  The official binary nVidia drivers are required for accesses other than
  by root.
  .
@@ -19,18 +19,18 @@
 
 Package: nvclock-gtk
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: nvidia-glx
 Description: Allows you to overclock your nVidia card under GNU/Linux
  nvclock allows you to overclock your nVidia chip based video card.
  The official binary nVidia drivers are required for accesses other than
  by root.
  .
- This is the GTK version.
+ This is the GTK+ version.
 
 Package: nvclock-qt
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: nvidia-glx
 Description: Allows you to overclock your nVidia card under GNU/Linux
  nvclock allows you to overclock your nVidia chip based video card.

Modified: packages/nvclock/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/copyright?rev=1017&op=diff
==============================================================================
--- packages/nvclock/trunk/debian/copyright (original)
+++ packages/nvclock/trunk/debian/copyright Sat Jun  5 12:00:28 2010
@@ -9,6 +9,12 @@
 	Christian Zander <phoenix at minion.de>
 	Jan Prokop <jprokop at ibl.nospam.sk>
 
-You are free to distribute this software under the terms of the GNU General
-Public License.  On Debian systems, the complete text of the GNU General Public
+Copyright 2001-2008 Roderick Colenbrander et al.
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+On Debian systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL file.

Modified: packages/nvclock/trunk/debian/nvclock-gtk.menu
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/nvclock-gtk.menu?rev=1017&op=diff
==============================================================================
--- packages/nvclock/trunk/debian/nvclock-gtk.menu (original)
+++ packages/nvclock/trunk/debian/nvclock-gtk.menu Sat Jun  5 12:00:28 2010
@@ -1,6 +1,6 @@
 ?package(nvclock-gtk):\
- needs=X11\
- section=Apps/System\
+ needs="X11"\
+ section="Applications/System/Hardware"\
  longtitle="nvclock: overclock your nVidia card (GTK GUI)"\
  title="Nvclock for GTK+"\
  command="/usr/bin/nvclock_gtk"

Modified: packages/nvclock/trunk/debian/nvclock-qt.menu
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/nvclock-qt.menu?rev=1017&op=diff
==============================================================================
--- packages/nvclock/trunk/debian/nvclock-qt.menu (original)
+++ packages/nvclock/trunk/debian/nvclock-qt.menu Sat Jun  5 12:00:28 2010
@@ -1,6 +1,6 @@
 ?package(nvclock-qt):\
- needs=X11\
- section=Apps/System\
+ needs="X11"\
+ section="Applications/System/Hardware"\
  longtitle="nvclock: overclock your nVidia card (Qt GUI)"\
  title="Nvclock for Qt"\
  command="/usr/bin/nvclock_qt"

Modified: packages/nvclock/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvclock/trunk/debian/rules?rev=1017&op=diff
==============================================================================
--- packages/nvclock/trunk/debian/rules (original)
+++ packages/nvclock/trunk/debian/rules Sat Jun  5 12:00:28 2010
@@ -3,9 +3,6 @@
 # GNU copyright 1997 to 1999 by Joey Hess.
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This is the debhelper compatability version to use.
-export DH_COMPAT=5
 
 #WTF was this for?
 #bindir = $(CURDIR)/debian/ksimus/usr/bin
@@ -48,8 +45,7 @@
 debian-clean:
 	dh_testdir
 	-rm -f *-stamp
-	- $(MAKE) clean
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 install: build
 	dh_testdir




More information about the Pkg-nvidia-devel mailing list