From: Kevin Rosenberg Date: Wed, 13 Feb 2008 19:41:33 +0000 (-0700) Subject: Automated commit for upstream build of version 3.3.1 X-Git-Tag: v3.3.1^0 X-Git-Url: http://git.kpe.io/?p=umlisp-orf.git;a=commitdiff_plain;h=3c963bdf7389ec0d00b893fb7b7757ab884f3222 Automated commit for upstream build of version 3.3.1 --- diff --git a/debian/control b/debian/control index 96ed966..a07b0b6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cl-umlisp-orf Section: contrib/devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.6.2.1 Package: cl-umlisp-orf diff --git a/debian/rules b/debian/rules index 11488d2..cae2214 100755 --- a/debian/rules +++ b/debian/rules @@ -46,36 +46,23 @@ install: build # Build architecture-independent files here. binary-indep: build install - - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot -# dh_installdebconf dh_installdocs -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installman -# dh_installinfo -# dh_undocumented dh_installchangelogs dh_strip dh_compress dh_fixperms -# dh_makeshlibs dh_installdeb -# dh_perl dh_shlibdeps dh_gencontrol dh_md5sums 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 configure