Package: buici-clock
Version: 0.4.6-0.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my second buici-clock 0.4.6-0.2 NMU. It seems
that the first NMU included many generated and compiled files. I've
tried to clean up the clean target so that xo/ is cleaned out properly
now.
I don't know why my rebuild for the first NMU exposed this problem.
--
see shy jo
diff -Nru /home/joey/tmp/qJMe8PlzwA/buici-clock-0.4.6/debian/changelog
/home/joey/tmp/Xe6ApCTHB6/buici-clock-0.4.6/debian/changelog
--- /home/joey/tmp/qJMe8PlzwA/buici-clock-0.4.6/debian/changelog
2006-10-12 15:51:43.000000000 -0400
+++ /home/joey/tmp/Xe6ApCTHB6/buici-clock-0.4.6/debian/changelog
2006-10-13 14:00:49.000000000 -0400
@@ -1,3 +1,11 @@
+buici-clock (0.4.6-0.2) unstable; urgency=low
+
+ * NMU
+ * Improve clean target slightly, to remove xo/libxo.a. Closes: #392734
+ Also other generated files in xo/.
+
+ -- Joey Hess <[EMAIL PROTECTED]> Fri, 13 Oct 2006 13:56:49 -0400
+
buici-clock (0.4.6-0.1) unstable; urgency=low
* NMU
diff -Nru /home/joey/tmp/qJMe8PlzwA/buici-clock-0.4.6/debian/rules
/home/joey/tmp/Xe6ApCTHB6/buici-clock-0.4.6/debian/rules
--- /home/joey/tmp/qJMe8PlzwA/buici-clock-0.4.6/debian/rules 2006-10-12
15:48:41.000000000 -0400
+++ /home/joey/tmp/Xe6ApCTHB6/buici-clock-0.4.6/debian/rules 2006-10-13
14:08:42.000000000 -0400
@@ -44,8 +44,10 @@
dh_testroot
-rm -f build
-$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
+ -$(MAKE) -C xo clean
-rm -rf debian/tmp debian/*~ debian/files* debian/substvars
- dh_clean
+ dh_clean xo/libxo.a xo/Makefile xo/_version.h xo/config.cache \
+ xo/config.log xo/config.status xo/depend.m
binary-indep: build
dh_testdir