diff options
| author | Michael Banck <mbanck@debian.org> | 2005-05-07 11:22:07 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2005-05-07 11:22:07 +0000 |
| commit | 12685e0d6fc5f7f60ac4f3f7ce693ab935a7f11f (patch) | |
| tree | 1676aae05a6298b0fd7cde2d99e35314084dd9eb /debian | |
| parent | 1a5fe0dde5c847cd0ddfed403c71b6364d0d20fe (diff) | |
* debian/patches/isofs_boot.patch: Removed, applied upstream.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/patches/isofs_boot.patch | 25 |
2 files changed, 1 insertions, 25 deletions
diff --git a/debian/changelog b/debian/changelog index 9afafd3c..3c15dea9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ hurd (20050507-0+SVN) unreleased; urgency=low * debian/changelog (20050119-3): Added overlooked Closes: tag. * debian/control (hurd-dbg/Priority:) Set to extra as requested by the ftp-masters. + * debian/patches/isofs_boot.patch: Removed, applied upstream. -- Michael Banck <mbanck@debian.org> Sat, 16 Apr 2005 01:24:47 +0200 diff --git a/debian/patches/isofs_boot.patch b/debian/patches/isofs_boot.patch deleted file mode 100644 index f5fc3739..00000000 --- a/debian/patches/isofs_boot.patch +++ /dev/null @@ -1,25 +0,0 @@ -2005-02-23 Alfred M. Szmidt <ams@gnu.org> - - * Makefile (iso9660fs.static): New target. - -Index: Makefile -=================================================================== -RCS file: /cvsroot/hurd/hurd/isofs/Makefile,v -retrieving revision 1.6 -retrieving revision 1.7 -diff -u -r1.6 -r1.7 ---- isofs/Makefile 29 Sep 2002 20:58:34 -0000 1.6 -+++ isofs/Makefile 23 Feb 2005 00:00:34 -0000 1.7 -@@ -1,5 +1,5 @@ - --# Copyright (C) 1997, 2000 Free Software Foundation -+# Copyright (C) 1997, 2000, 2005 Free Software Foundation - # - # This program is free software; you can redistribute it and/or - # modify it under the terms of the GNU General Public License as -@@ -27,3 +27,5 @@ - HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc - - include ../Makeconf -+ -+iso9660fs.static: $(boot-store-types:%=../libstore/libstore_%.a) |
