diff -u cappuccino-0.5.1/debian/control cappuccino-0.5.1/debian/control --- cappuccino-0.5.1/debian/control +++ cappuccino-0.5.1/debian/control @@ -7,8 +7,8 @@ Package: cappuccino Architecture: all -Depends: python, python-gtk2, polygen -Description: an utility to let your boss think that you're working hard +Depends: python, python-gtk2, polygen, ${misc:Depends} +Description: utility to let your boss think that you're working hard Run this software on your computer when you are not motivated to work, and enjoy doing something different. If your boss come in your cubicle, he'll think "Yeah, he's doing something different since his computer is really diff -u cappuccino-0.5.1/debian/rules cappuccino-0.5.1/debian/rules --- cappuccino-0.5.1/debian/rules +++ cappuccino-0.5.1/debian/rules @@ -5,7 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - +PATH:=$(PATH):/usr/games build: build-stamp @@ -40,15 +40,11 @@ #$(MAKE) install prefix=$(CURDIR)/debian/cappuccino/usr #$(MAKE) install DESTDIR=$(CURDIR)/debian/cappuccino python setup.py install --prefix=$(CURDIR)/debian/cappuccino/usr --install-layout=deb - - -# Build architecture-independent files here. -binary-indep: build install polygen $(CURDIR)/debian/cappuccino/usr/share/cappuccino/cappuccino.grm > /dev/null polygen $(CURDIR)/debian/cappuccino/usr/share/cappuccino/compileline.grm > /dev/null -# Build architecture-dependent files here. -binary-arch: build install +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot # dh_installdebconf @@ -78,4 +74,7 @@ dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff -u cappuccino-0.5.1/debian/changelog cappuccino-0.5.1/debian/changelog --- cappuccino-0.5.1/debian/changelog +++ cappuccino-0.5.1/debian/changelog @@ -1,3 +1,16 @@ +cappuccino (0.5.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - add /usr/games to PATH (for polygen). Closes: #720685 + - fix build target to actually build, and binary-arch to actually generate + the package + * debian/control + - remove article from synopsis + - add ${misc:Depends} to Depends + + -- Bill Allombert Thu, 10 Oct 2013 22:42:57 +0200 + cappuccino (0.5.1-2.1) unstable; urgency=low * Non-maintainer upload, to prepare for Python 2.6 transition