diff options
| author | Guillem Jover <guillem@debian.org> | 2006-04-02 14:27:47 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2006-04-02 14:27:47 +0000 |
| commit | 8e49dc3fbce182ef56c8ef6a42421ee269a94913 (patch) | |
| tree | e176b4539c1fa53c88962a3ce6e351644fe8848e | |
| parent | 4f1d8bbdd8b402b3bc55e8a7633c53529b4d19d4 (diff) | |
Remove the GFDLd manual from the source package.
Change version string.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/gnumach.info | 2 | ||||
| -rw-r--r-- | debian/patches/00_clean_gfdl.patch | 12 |
4 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 99aecc8..de9a59d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -gnumach (1:20060402-1) UNRELEASED; urgency=low +gnumach (1:20060402.dfsg.1-1) UNRELEASED; urgency=low * New upstream CVS snapshot. + - Remove GFDL license and the manual licensed with it. + - debian/patches/00_clean_gfdl.patch: Do not build the manual. - debian/patches/11_nic_update.patch: Removed, integrated upstream. - debian/patches/16_net_apricot_stack_of.patch: Likewise. - debian/patches/17_net_gcc_4.0.patch: Likewise. @@ -32,6 +34,8 @@ gnumach (1:20060402-1) UNRELEASED; urgency=low * Build with -fno-strict-aliasing. * Remove Build-Depend on the new POSIX compliant make, it should work on old versions as well now. + * Remove the no longer needed texinfo Buil-Depends, and comment out the + mach.info from debian/gnumach.info. -- Guillem Jover <guillem@debian.org> Wed, 1 Feb 2006 23:21:59 +0200 diff --git a/debian/control b/debian/control index f7eb558..1b5b97b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Marcus Brinkmann <brinkmd@debian.org>, Jeff Bailey <jbailey@raspberryginger.com>, Neal H. Walfield <neal@debian.org>, Guillem Jover <guillem@debian.org> Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 5), mig, sharutils, texinfo +Build-Depends: debhelper (>= 5), mig, sharutils Package: gnumach Section: base diff --git a/debian/gnumach.info b/debian/gnumach.info index fd51950..87c8231 100644 --- a/debian/gnumach.info +++ b/debian/gnumach.info @@ -1 +1 @@ -build/doc/mach.info* +#build/doc/mach.info* diff --git a/debian/patches/00_clean_gfdl.patch b/debian/patches/00_clean_gfdl.patch new file mode 100644 index 0000000..57422a6 --- /dev/null +++ b/debian/patches/00_clean_gfdl.patch @@ -0,0 +1,12 @@ +#DPATCHLEVEL=0 +--- doc/Makefile.in 2005-07-25 06:48:25.000000000 +0300 ++++ doc/Makefile.in 2006-04-02 17:23:25.000000000 +0300 +@@ -16,7 +16,7 @@ + # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + mach-version := @PACKAGE_VERSION@ +-targets := mach.info ++targets := + + # Variables from `configure'. + srcdir=@srcdir@ |
