summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2009-10-31 20:14:42 +0100
committerMichael Meskes <meskes@debian.org>2009-10-31 20:15:08 +0100
commit4d05a10da60ccf7280ba279f76b3a5ff3cf6a12f (patch)
tree1dfbf317bbfdfdbc90ca7a708c929d1a9b39fc74
parentf448dabd1f75871f8a5e661ec75fd40c0fa8d5ee (diff)
downloadkbuild-debian/0.1.98svn2318-4.tar.gz
Remove files created by build process.debian/0.1.98svn2318-4
-rw-r--r--debian/changelog11
-rwxr-xr-xdebian/rules7
2 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index baf3008..fa27868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-kbuild (1:0.1.98svn2318-4) UNRELEASED; urgency=low
+kbuild (1:0.1.98svn2318-4) unstable; urgency=low
- * Added patch from Fedora to fix build on POSIX.1-2008 systems
+ [ Felix Geyer ]
+ * Added patch from Fedora to fix build on POSIX.1-2008
+ systems (Closes: #552843)
- -- Felix Geyer <debfx-pkg@fobos.de> Sat, 19 Sep 2009 12:06:17 +0200
+ [ Michael Meskes ]
+ * Remove all files created by build process.
+
+ -- Michael Meskes <meskes@debian.org> Sat, 31 Oct 2009 20:11:54 +0100
kbuild (1:0.1.98svn2318-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 2128033..cfa5000 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,12 @@ install/kbuild::
clean:: unpatch
-kBuild/env.sh kmk uninstall
$(RM) -r debian/stamp-* out kBuild/bin/*/* SvnInfo.kmk
-
+ ( cd src/kmk; $(RM) -f aclocal.m4 config.h.in configure Makefile.in )
+ ( cd src/kmk/config; $(RM) -f compile config.guess config.sub depcomp install-sh Makefile.in missing )
+ $(RM) -f src/kmk/glob/Makefile.in src/kmk/w32/Makefile.in
+ ( cd src/sed/config; $(RM) -f intdiv0.m4 intmax.m4 inttypes_h.m4 inttypes.m4 inttypes-pri.m4 isc-posix.m4 longdouble.m4 longlong.m4 mkinstalldirs nls.m4 po.m4 printf-posix.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 )
+ ( cd src/sed/intl; $(RM) -f libgnuintl.h.in localcharset.h log.c printf-args.c printf-args.h printf.c printf-parse.c printf-parse.h relocatable.c relocatable.h vasnprintf.c vasnprintf.h vasnwprintf.h wprintf-parse.h xsize.h )
+ ( cd src/sed/po; $(RM) -f Makevars.template remove-potcdate.sin )
get-orig-info:
svn info $(SVNROOT)