summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2014-01-12 22:24:10 +0100
committerHelge Deller <deller@gmx.de>2014-01-12 22:24:10 +0100
commitb6e79be0b699bc52926ab69ba73cb88b74745e7d (patch)
treef3138c69d26f7a61d02e344c71aa08782ead0b7d
parente1f992fffd146c480a61a3e00f9bb183e374d928 (diff)
downloadpalo-b6e79be0b699bc52926ab69ba73cb88b74745e7d.tar.gz
Fix debian warnings for preparation for inclusion into debian unstable
-rw-r--r--debian/changelog5
-rw-r--r--debian/control13
-rw-r--r--debian/copyright8
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--iplbootbin45056 -> 45056 bytes
-rw-r--r--palo/Makefile2
7 files changed, 21 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index efe38cb..1b6d4ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -315,9 +315,6 @@ palo (0.89) unstable; urgency=high
palo (0.88) unstable; urgency=high
* Fix several lintian bugs by uncommenting 2 lines in debian/rules
-
- -- Paul Bame <bame@debian.org> Fri, 11 May 2001 16:07:18 -0600
-
* No longer ship /etc/palo.conf as config file -- expect installer
to provide one now. Example in /usr/share/doc/palo. Should have
some post-install magic to offer to run palo if /etc/palo.conf
@@ -326,6 +323,8 @@ palo (0.88) unstable; urgency=high
* Changed palo to a native Debian package since it's maintained
as one.
+ -- Paul Bame <bame@debian.org> Fri, 11 May 2001 16:07:18 -0600
+
palo (0.86-1) unstable; urgency=high
* Probably required to support later non-0xc0100000 kernels
diff --git a/debian/control b/debian/control
index a04f89e..3531be2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: palo
Section: admin
Priority: optional
Maintainer: Helge Deller <deller@gmx.de>
-Uploaders: Helge Deller <deller@gmx.de>
-Build-Depends: debhelper (>= 5)
-Standards-Version: 3.6.1.0
-XS-Vcs-Browser: http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git
-XS-Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git
+Uploaders:
+Build-Depends: debhelper (>= 5), lynx
+Standards-Version: 3.9.5
+Homepage: http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git
+Vcs-Browser: http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git
+Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git
Package: palo
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: e2fsprogs (>= 1.2)
Description: Linux boot loader for parisc/hppa
This package contains the parisc boot loader itself, plus palo which
diff --git a/debian/copyright b/debian/copyright
index 71ad7ec..9143778 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,11 @@
-This package may be found in CVS on cvs.parisc-linux.org or
-from pointers at www.parisc-linux.org
+This package may be found in GIT on
+http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git/
+or from pointers at www.parisc-linux.org
Copyright:
-Copyright (c) Hewlett-Packard. This software is licenced under
+Copyright (c) 2000 Hewlett-Packard. This software is licenced under
the terms of the GNU General Public License.
+Copyright 2013 Helge Deller <deller@gmx.de>
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index 172450e..f20b870 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,27 +5,25 @@
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
-export DH_COMPAT=5
-
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
-
touch configure-stamp
-build: configure-stamp build-stamp
+build: build-arch build-indep
+build-indep: build-stamp
build-stamp:
+ touch build-stamp
+
+build-arch: build-stamp
dh_testdir
# Add here commands to compile the package.
$(MAKE)
#/usr/bin/docbook-to-man debian/palo.sgml > palo.1
- touch build-stamp
-
clean:
# If we are on an hppa platform we need to regenerate iplboot
# here. Do it now so it is available for the source pkg build.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/iplboot b/iplboot
index af1cb49..f0f6acf 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/palo/Makefile b/palo/Makefile
index b13abce..3f101ef 100644
--- a/palo/Makefile
+++ b/palo/Makefile
@@ -14,7 +14,7 @@ CC=gcc
ifeq ($(strip ${OS}),HP-UX)
CFLAGS=-g -O -I../include -I../lib -I$(PA)/include
else
-CFLAGS=-g -O -I../include -I../lib
+CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64
endif
# LDFLAGS=-Wl,-Bstatic