[parisc-linux-cvs] palo bame
Paul Bame
bame@puffin.external.hp.com
Wed, 14 Feb 2001 15:35:47 -0700
CVSROOT: /home/cvs/parisc
Module name: palo
Changes by: bame 01/02/14 15:35:47
Modified files:
debian : changelog rules
Log message:
Commit the debian/rules which worked but which I hadn't yet committed.
Add to debian/changelog because "upstream" palo just got updated
Index: debian/changelog
===================================================================
RCS file: /home/cvs/parisc/palo/debian/changelog,v
retrieving revision 1.1
diff -u -r1.1 changelog
--- changelog 2001/01/19 04:39:36 1.1
+++ changelog 2001/02/14 22:34:30
@@ -1,3 +1,9 @@
+palo (0.86-1) unstable; urgency=high
+
+ * Probably required to support later non-0xc0100000 kernels
+
+ -- Paul Bame <paul_bame@hp.com> Wed, 14 Feb 2001 15:22:45 -0700
+
palo (0.85-1) unstable; urgency=low
* Initial Release.
Index: debian/rules
===================================================================
RCS file: /home/cvs/parisc/palo/debian/rules,v
retrieving revision 1.1
diff -u -r1.1 rules
--- rules 2001/01/19 04:39:36 1.1
+++ rules 2001/02/14 22:34:30
@@ -42,8 +42,8 @@
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/tmp.
- $(MAKE) install DESTDIR=`pwd`/debian/tmp
+ # Add here commands to install the package into debian/palo.
+ $(MAKE) install DESTDIR=`pwd`/debian/palo
# Build architecture-independent files here.