This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libtecla.
commit f66f4521e528784c80aab2a9e7c77d54d554e2b1 Author: Andreas Tille <[email protected]> Date: Tue Dec 13 19:39:30 2011 +0100 Import Debian changes 1.6.1-3 libtecla (1.6.1-3) unstable; urgency=low * Use autotools properly (and for simplicity move to short dh notation) (really) Closes: #621887 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/docs | 1 + debian/rules | 35 ++++++++--------------------------- 4 files changed, 18 insertions(+), 28 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a1bda1..3d41b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libtecla (1.6.1-3) unstable; urgency=low + + * Use autotools properly (and for simplicity move to short + dh notation) + (really) Closes: #621887 + + -- Andreas Tille <[email protected]> Tue, 13 Dec 2011 19:39:30 +0100 + libtecla (1.6.1-2) unstable; urgency=low * debian/patches/kfreebsd.patch: Add kfreebsd to configure.in and diff --git a/debian/control b/debian/control index 43fbc74..3e73bfb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. DM-Upload-Allowed: yes Uploaders: Scott Christley <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: cdbs, debhelper (>= 8), quilt, autotools-dev, d-shlibs +Build-Depends: debhelper (>= 8), autotools-dev, d-shlibs Standards-Version: 3.9.2 Homepage: http://www.astro.caltech.edu/~mcs/tecla/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libtecla/trunk/ diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules index fd25d1f..8af6519 100755 --- a/debian/rules +++ b/debian/rules @@ -2,18 +2,15 @@ # debian/rules file for tecla export DH_VERBOSE=1 +%: + dh $@ -with autotools-dev -include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk +pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') +name := $(pkg) +version=$(shell dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -d- -f1 ) -#DEB_CONFIGURE_EXTRA_FLAGS := --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4 --enable-onelib --with-jdkdir=/usr/lib/jvm/java-6-openjdk - -pkg=libtecla -name=libtecla -version=1.6.1 - -common-binary-post-install-arch:: +override_dh_install: + dh_install # Call d-shlibmove to comply with library packaging guide d-devlibdeps debian/$(pkg)1-dev.substvars \ debian/tmp/usr/lib/$(name).so @@ -21,24 +18,8 @@ common-binary-post-install-arch:: --movedev "debian/tmp/usr/include/$(name).h" usr/include/ \ debian/tmp/usr/lib/$(name).so -# --movedevdoc "debian/tmp/usr/share/man/man3/*" \ -# --movedevdoc "debian/tmp/usr/share/man/man5/*" \ -# --movedevdoc "debian/tmp/usr/share/man/man7/*" \ -# --movedev "$(name).pc" usr/share/pkgconfig \ # Remove unneeded *.la files according to # http://lists.debian.org/debian-devel/2009/08/msg00783.html # Release goal: Getting rid of unneeded *.la / emptying dependency_libs - #find debian -name "*.la" -exec rm -f \{\} \; - -#install/libtecla1:: -# dh_install -plibtecla1 --autodest debian/tmp/usr/lib/lib*.so.* - -#install/libtecla-dev:: -# dh_install -plibtecla-dev --autodest debian/tmp/usr/include/swarm - -#clean:: -# rm -f tools/findImp.o src/defobj/modulemap.elc -# rm -f interface.elc protocol.elc common.elc src/getters.elc + #find debian -name "*.la" -delete -#%: -# dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libtecla.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
