/trunk/debian/changelog |
1,8 → 1,11 |
liboop (1.0-7) unstable; urgency=low |
|
* Add debug package |
* Switch to source format 3.0 (quilt). |
* Put the documentation from the former web site in an additional |
upstream tarball. |
|
-- Magnus Holmgren <holmgren@debian.org> Sun, 23 May 2010 23:09:50 +0200 |
-- Magnus Holmgren <holmgren@debian.org> Fri, 30 Jul 2010 14:46:59 +0200 |
|
liboop (1.0-6) unstable; urgency=low |
|
/trunk/debian/rules |
107,7 → 107,7 |
rm -f build-stamp configure-stamp |
|
[ ! -f Makefile ] || $(MAKE) distclean |
$(MAKE) -C liboop.org distclean |
$(MAKE) -C web distclean |
|
rm -rf Makefile.in aclocal.m4 ltmain.sh configure mkinstalldirs config.sub config.guess autom4te.cache missing depcomp install-sh |
dh_clean |
117,7 → 117,7 |
dh_testroot |
dh_clean -k |
|
$(MAKE) -C liboop.org install \ |
$(MAKE) -C web install \ |
DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html |
|
install-arch: build |