From cb91c41fae1f12087ea2426ce6e0381b26fb7331 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 16 Nov 2006 14:56:14 +0100 Subject: [PATCH] make the package lintian clean --- debian/changelog | 1 + debian/control | 9 +++++---- debian/copyright | 28 +++++++++++++--------------- debian/overrides | 5 +++++ debian/rules | 22 ++-------------------- shared_prog_vars | 2 -- templates/dhcpd_config | 2 -- templates/grub-pxelinux_config | 2 -- templates/template | 2 -- 9 files changed, 26 insertions(+), 47 deletions(-) create mode 100644 debian/overrides diff --git a/debian/changelog b/debian/changelog index 1c3ae40..982e036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ grml-terminalserver (0.72) unstable; urgency=low Maintenance release: + * make package lintian clean * update linuxrc * try to fix the "discover" bugs diff --git a/debian/control b/debian/control index 0520550..b8a10c5 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,15 @@ Source: grml-terminalserver Section: net Priority: optional Maintainer: Michael Gebetsroither +Uploaders: Michael Prokop Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Package: grml-terminalserver -Architecture: all -Depends: grml-shlib (>=1.02.03), grml-terminalserver-data (>=0.62), dialog, dhcp3-server, tftpd-hpa, syslinux, libuclibc0, discover-data, gcc-3.3, ipcalc +Architecture: any +Depends: grml-shlib (>=1.02.03), grml-terminalserver-data (>=0.62), dialog, dhcp3-server, tftpd-hpa, syslinux, libuclibc0, discover-data, gcc-3.3, ipcalc, ash Description: terminalserver for grml This software should netboot grml on other computers over the - network. Also this terminalserver should work with NON-PXE + network. The terminalserver also works with NON-PXE cards (compiles grub during configuration and makes a boot-disk). diff --git a/debian/copyright b/debian/copyright index 48768f9..b4f2a11 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,25 +1,23 @@ This is grml-terminalserver, written and maintained by Michael Gebetsroither on Sun, 20 Mar 2005 19:39:26 +0100. -The original source can always be found at: - ftp://ftp.debian.org/dists/unstable/main/source/ +Sources available from http://grml.org/repos/ -Copyright (C) 2003 Michael Gebetsroither +Copyright (C) 2003++ Michael Gebetsroither and Michael Prokop - 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. + This package 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; version 2 dated June, 1991. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/overrides b/debian/overrides new file mode 100644 index 0000000..698ecc8 --- /dev/null +++ b/debian/overrides @@ -0,0 +1,5 @@ +grml-terminalserver: wrong-path-for-interpreter #!/static/sh != /bin/sh (./usr/share/grml-terminalserver/linuxrc) +grml-terminalserver: wrong-path-for-interpreter #!/static/sh != /bin/sh (./usr/share/grml-terminalserver/udhcp-config.sh) +grml-terminalserver: wrong-path-for-interpreter #!/static/ash != /bin/ash (./usr/share/grml-terminalserver/rdir) +grml-terminalserver: wrong-path-for-interpreter #!/static/ash != /bin/ash (./usr/share/grml-terminalserver/cdir) +grml-terminalserver: wrong-path-for-interpreter #!/static/ash != /bin/ash (./usr/share/grml-terminalserver/discover-nic) diff --git a/debian/rules b/debian/rules index a670735..a93d497 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -34,8 +31,6 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - # $(MAKE) - #docbook-to-man debian/grml-terminalserver.sgml > grml-terminalserver.1 touch build-stamp @@ -70,26 +65,13 @@ binary-arch: build install dh_installchangelogs dh_installdocs dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo dh_installman debian/grml-terminalserver.8 debian/grml-terminalserver-config.8 dh_link -# dh_strip dh_compress + mkdir -p debian/grml-terminalserver/usr/share/lintian/overrides/ + cp -av debian/overrides debian/grml-terminalserver/usr/share/lintian/overrides/grml-terminalserver dh_fixperms -# dh_perl -# dh_python -# dh_makeshlibs dh_installdeb -# dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb diff --git a/shared_prog_vars b/shared_prog_vars index e4edda8..b7d5a96 100644 --- a/shared_prog_vars +++ b/shared_prog_vars @@ -1,5 +1,3 @@ -#!/bin/sh i like syntaxhighlighting ;) -# this is a shellscript fragment # !!! DO NOT EDIT THIS FILE !!! # only if you know what you are doing... diff --git a/templates/dhcpd_config b/templates/dhcpd_config index cb5c6f2..2b847c7 100644 --- a/templates/dhcpd_config +++ b/templates/dhcpd_config @@ -1,5 +1,3 @@ -#!/bin/sh i like colors :) -# # the following variables are available in the template: # # $INTERFACE_ (interface for the terminalserver) diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index c242705..3ecd48b 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -1,5 +1,3 @@ -#!/bin/sh i like colors :) -# # the following variables are available in the template: # # $INTERFACE_ (interface for the terminalserver) diff --git a/templates/template b/templates/template index 9a868a7..7393a22 100644 --- a/templates/template +++ b/templates/template @@ -1,5 +1,3 @@ -#!/bin/sh i like colors :) -# # the following variables are available in the template: # # $INTERFACE_ (interface for the terminalserver) -- 2.1.4