Codebase list music123 / 3947e8c
Fix minor incompatibility with pbuilder system grave 12 years ago
3 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 * Fix some lintian warnings
55 * Enhance get-orig-source target
66 * Go for debhelper 8.1.3
7 * Add a patch to avoid clean target error with pbuilder
78
89 [Nicolas Boulenguez]
910 * Switched to 3.0 (quilt) source format.
1415 (Standards-Version): 3.9.2
1516 * watch: contains only comments, no upstream tarballs outside debian.
1617
17 -- Nicolas Boulenguez <nicolas.boulenguez@free.fr> Mon, 26 Sep 2011 18:33:35 +0200
18 -- Xavier Grave <xavier.grave@ipno.in2p3.fr> Tue, 27 Sep 2011 12:37:59 +0200
1819
1920 music123 (16.2-2) unstable; urgency=low
2021 * 16.0-1 reached testing
0 --- a/Makefile
1 +++ b/Makefile
2 @@ -35,5 +35,5 @@
3 for i in *.mo; do mkdir -p $(DESTDIR)$(PREFIX)/share/locale/`basename $$i .mo`/LC_MESSAGES; cp $$i $(DESTDIR)$(PREFIX)/share/locale/`basename $$i .mo`/LC_MESSAGES/music123.mo; done
4
5 clean:
6 - gnatclean $(MAIN)
7 + -gnatclean $(MAIN)
8 $(RM) *~ *.mo
0 pbuilder-clean.patch