[Pkg-mono-devel] [Pkg-cli-libs-commits] r3793 - in /packages/mono-nat-sharp/trunk/debian: ./ README.Debian-source changelog compat control copyright examples patches/ patches/01-do_not_build_Mono.Nat.Test.patch patches/series rules watch
Mirco Bauer
meebey at debian.org
Thu Jun 19 21:46:55 UTC 2008
On Thu, 2008-06-19 at 20:34 +0000, hanska-guest at users.alioth.debian.org
wrote:
> Author: hanska-guest
> Date: Thu Jun 19 20:34:50 2008
> New Revision: 3793
>
> URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3793
> Log:
> [svn-inject] Applying Debian modifications to trunk
> Added: packages/mono-nat-sharp/trunk/debian/control
> URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-nat-sharp/trunk/debian/control?rev=3793&op=file
> ==============================================================================
> --- packages/mono-nat-sharp/trunk/debian/control (added)
> +++ packages/mono-nat-sharp/trunk/debian/control Thu Jun 19 20:34:50 2008
> @@ -1,0 +1,17 @@
> +Source: mono-nat-sharp
> +Section: libdevel
> +Priority: optional
> +Maintainer: David Paleino <d.paleino at gmail.com>
Please use pkg-cli-libs as maintainer for all library packages, they
need big attention as they might block a lot of software in debian.
>
> Added: packages/mono-nat-sharp/trunk/debian/rules
> URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-nat-sharp/trunk/debian/rules?rev=3793&op=file
> ==============================================================================
> --- packages/mono-nat-sharp/trunk/debian/rules (added)
> +++ packages/mono-nat-sharp/trunk/debian/rules Thu Jun 19 20:34:50 2008
> @@ -1,0 +1,79 @@
> +#!/usr/bin/make -f
> +# -*- makefile -*-
> +
> +# Uncomment this to turn on verbose mode.
> +#export DH_VERBOSE=1
> +
> +include /usr/share/quilt/quilt.make
> +
> +DEST=$(CURDIR)/debian/libmono-nat0.1-cil
> +
> +configure: configure-stamp
> +configure-stamp: $(QUILT_STAMPFN)
> + dh_testdir
> + ( cd src; sh autogen.sh --prefix=/usr )
> + touch $@
> +
> +build: build-stamp
> +build-stamp: configure-stamp
> + dh_testdir
> + $(MAKE) -C src/
> + touch $@
> +
> +clean: realclean unpatch
> +realclean:
> + dh_testdir
> + dh_testroot
> + rm -f build-stamp configure-stamp
> + [ ! -f src/Makefile ] || $(MAKE) -C src distclean
> + -rm -rf src/autom4te.cache
> + dh_clean src/config.sub src/config.guess \
> + src/configure src/install-sh src/missing \
> + src/aclocal.m4
> +
> +install: build
> + dh_testdir
> + dh_testroot
> + dh_clean -k
> + dh_installdirs usr/lib/cli/mono-nat-0.1
> + $(MAKE) DESTDIR=$(DEST) -C src install
> + mv $(DEST)/usr/lib/mono-nat/* $(DEST)/usr/lib/cli/mono-nat-0.1
> + rm -rf $(DEST)/usr/bin $(DEST)/usr/lib/mono-nat/
> +
> +binary-arch: build install
> +binary-indep: build install
> + dh_testdir
> + dh_testroot
> + dh_installchangelogs
> + dh_installdocs
> + dh_installexamples
> +# dh_install
> +# dh_installmenu
> +# dh_installdebconf
> +# dh_installlogrotate
> +# dh_installemacsen
> +# dh_installpam
> +# dh_installmime
> +# dh_python
> +# dh_installinit
> +# dh_installcron
> +# dh_installinfo
> + dh_installman
> + dh_installcligac
> + dh_link
> + dh_strip
> + dh_compress
> + dh_fixperms
> + dh_clifixperms
> +# dh_perl
> +# dh_makeshlibs
> + dh_makeclilibs
> + dh_installdeb
> + dh_shlibdeps
> + dh_clideps
> + dh_gencontrol
> + dh_md5sums
> + dh_builddeb
> +
> +binary: binary-indep binary-arch
> +.PHONY: build clean binary-indep binary-arch binary install configure
I really would like to see debhelper7 "dh" support for pkg-cli-libs
packages, much simpler to maintain as it focuses only on the important
bits. I plan to migrate all other pkg-cli-lib packages to dh7...
--
Regards,
Mirco 'meebey' Bauer
PGP-Key ID: 0xEEF946C8
FOSS Developer meebey at meebey.net http://www.meebey.net/
PEAR Developer meebey at php.net http://pear.php.net/
Debian Developer meebey at debian.org http://www.debian.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-mono-devel/attachments/20080619/55cf85aa/attachment.pgp
More information about the Pkg-mono-devel
mailing list