diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rwxr-xr-x | debian/rules | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 80cc881..2df8aa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gnumach (1:20050501-5) UNRELEASED; urgency=low +gnumach (1:20050801-5) unstable; urgency=low * New upstream CVS snapshot. - debian/patches/00_autoconf_update.patch: Remove, integrated upstream. @@ -13,7 +13,7 @@ gnumach (1:20050501-5) UNRELEASED; urgency=low Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>. * Now using Standards-Version 3.6.2 (no changes needed). - -- Guillem Jover <guillem@debian.org> Mon, 1 Aug 2005 03:46:51 +0300 + -- Guillem Jover <guillem@debian.org> Mon, 1 Aug 2005 04:43:41 +0300 gnumach (1:20050501-4) unstable; urgency=low diff --git a/debian/rules b/debian/rules index f23ac9f..0df0242 100755 --- a/debian/rules +++ b/debian/rules @@ -27,39 +27,46 @@ include debian/patch.mk configure: patch stamp-configure stamp-configure: dh_testdir + -mkdir build cd build && ../configure $(drivers) \ CFLAGS="$(CFLAGS)" \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) + touch stamp-configure configure-dbg: patch stamp-configure-dbg stamp-configure-dbg: dh_testdir + -mkdir build-dbg cd build-dbg && ../configure --enable-kdb $(drivers) \ CFLAGS="$(CFLAGS)" \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) + touch stamp-configure-dbg build: build-gnumach: configure dh_testdir + $(MAKE) -C build $(MAKE) -C build/doc build-gnumach-dbg: configure-dbg dh_testdir + $(MAKE) -C build-dbg clean:: dh_testdir + -rm -f machine stamp-configure -rm -rf build build-dbg -rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ - -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ - -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` + -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ + -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` dh_clean |
