make the package lintian clean
authorMichael Prokop <mika@grml.org>
Thu, 16 Nov 2006 13:56:14 +0000 (14:56 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 16 Nov 2006 13:56:14 +0000 (14:56 +0100)
debian/changelog
debian/control
debian/copyright
debian/overrides [new file with mode: 0644]
debian/rules
shared_prog_vars
templates/dhcpd_config
templates/grub-pxelinux_config
templates/template

index 1c3ae40..982e036 100644 (file)
@@ -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
 
index 0520550..b8a10c5 100644 (file)
@@ -2,14 +2,15 @@ Source: grml-terminalserver
 Section: net
 Priority: optional
 Maintainer: Michael Gebetsroither <gebi@grml.org>
+Uploaders: Michael Prokop <mika@grml.org>
 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).
index 48768f9..b4f2a11 100644 (file)
@@ -1,25 +1,23 @@
 This is grml-terminalserver, written and maintained by Michael Gebetsroither <gebi@grml.org>
 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 <gebi@grml.org> and Michael Prokop <mika@grml.org>
 
-  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 (file)
index 0000000..698ecc8
--- /dev/null
@@ -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)
index a670735..a93d497 100755 (executable)
@@ -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
index e4edda8..b7d5a96 100644 (file)
@@ -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...
 
index cb5c6f2..2b847c7 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh i like colors :)
-#
 # the following variables are available in the template:
 #
 # $INTERFACE_     (interface for the terminalserver)
index c242705..3ecd48b 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh i like colors :)
-#
 # the following variables are available in the template:
 #
 # $INTERFACE_     (interface for the terminalserver)
index 9a868a7..7393a22 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh i like colors :)
-#
 # the following variables are available in the template:
 #
 # $INTERFACE_     (interface for the terminalserver)