r25292 - in /trunk/libipc-run3-perl/debian: changelog control copyright packages rules
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Wed Sep 17 20:25:44 UTC 2008
Author: dmn
Date: Wed Sep 17 20:25:41 2008
New Revision: 25292
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25292
Log:
convert to debhelper v7
Added:
trunk/libipc-run3-perl/debian/copyright
Removed:
trunk/libipc-run3-perl/debian/packages
Modified:
trunk/libipc-run3-perl/debian/changelog
trunk/libipc-run3-perl/debian/control
trunk/libipc-run3-perl/debian/rules
Modified: trunk/libipc-run3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/changelog?rev=25292&op=diff
==============================================================================
--- trunk/libipc-run3-perl/debian/changelog (original)
+++ trunk/libipc-run3-perl/debian/changelog Wed Sep 17 20:25:41 2008
@@ -8,6 +8,7 @@
maintainers at lists.alioth.debian.org> (was: Piotr Roszatycki
<dexter at debian.org>); Put myself in Uploaders
* debian/watch: use dist-based URL.
+ * convert to debhelper v7
-- Damyan Ivanov <dmn at debian.org> Wed, 17 Sep 2008 22:35:35 +0300
Modified: trunk/libipc-run3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/control?rev=25292&op=diff
==============================================================================
--- trunk/libipc-run3-perl/debian/control (original)
+++ trunk/libipc-run3-perl/debian/control Wed Sep 17 20:25:41 2008
@@ -4,10 +4,10 @@
Section: perl
Priority: extra
Standards-Version: 3.7.2
+Build-Depends: perl (>= 5.8)
Homepage: http://search.cpan.org/dist/IPC-Run3/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-run3-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/
-Build-Depends: perl (>= 5.8), yada (>= 0.54)
Package: libipc-run3-perl
Architecture: all
Added: trunk/libipc-run3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/copyright?rev=25292&op=file
==============================================================================
--- trunk/libipc-run3-perl/debian/copyright (added)
+++ trunk/libipc-run3-perl/debian/copyright Wed Sep 17 20:25:41 2008
@@ -1,0 +1,7 @@
+Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved
+
+You may use this module under the terms of the BSD, Artistic, or GPL licenses,
+any version.
+
+On any Debian system, you can find the complete text of these liceses
+in the files located at /usr/share/common-licenses/
Modified: trunk/libipc-run3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/rules?rev=25292&op=diff
==============================================================================
--- trunk/libipc-run3-perl/debian/rules (original)
+++ trunk/libipc-run3-perl/debian/rules Wed Sep 17 20:25:41 2008
@@ -1,242 +1,23 @@
#!/usr/bin/make -f
-# Generated automatically from debian/packages
-# by yada v0.54, of Sun, 28 Oct 2007
-DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
-DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
-DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null)
-DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU 2>/dev/null)
-DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE 2>/dev/null)
-DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM 2>/dev/null)
+build: build-stamp
+build-stamp:
+ dh build
+ touch $@
-DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null)
-DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS 2>/dev/null)
-DEB_BUILD_ARCH_CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU 2>/dev/null)
-DEB_BUILD_GNU_CPU := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU 2>/dev/null)
-DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE 2>/dev/null)
-DEB_BUILD_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM 2>/dev/null)
+clean:
+ dh $@
-# Take account of old dpkg-architecture output.
-ifeq ($(DEB_HOST_ARCH_CPU),)
- DEB_HOST_ARCH_CPU := $(DEB_HOST_GNU_CPU))
- ifeq ($(DEB_HOST_ARCH_CPU),i486)
- DEB_HOST_ARCH_OS := i386
- else
- ifeq ($(DEB_HOST_ARCH_CPU),x86_64)
- DEB_HOST_ARCH_OS := amd64
- endif
- endif
-endif
-ifeq ($(DEB_HOST_ARCH_OS),)
- DEB_HOST_ARCH_OS := $(subst -gnu,,$(DEB_HOST_GNU_SYSTEM))
- ifeq ($(DEB_HOST_ARCH_OS),gnu)
- DEB_HOST_ARCH_OS := hurd
- endif
-endif
-ifeq ($(DEB_BUILD_ARCH_CPU),)
- DEB_BUILD_ARCH_CPU := $(DEB_BUILD_GNU_CPU))
- ifeq ($(DEB_BUILD_ARCH_CPU),i486)
- DEB_BUILD_ARCH_OS := i386
- else
- ifeq ($(DEB_BUILD_ARCH_CPU),x86_64)
- DEB_BUILD_ARCH_OS := amd64
- endif
- endif
-endif
-ifeq ($(DEB_BUILD_ARCH_OS),)
- DEB_BUILD_ARCH_OS := $(subst -gnu,,$(DEB_BUILD_GNU_SYSTEM))
- ifeq ($(DEB_BUILD_ARCH_OS),gnu)
- DEB_BUILD_ARCH_OS := hurd
- endif
-endif
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
-LEFT_PARENTHESIS:=(
-VERSION:=$(shell head -n1 debian/changelog | sed -e "s/^[0-9a-zA-Z.-]* $(LEFT_PARENTHESIS)//" -e "s/[^0-9a-zA-Z.:+~-].*//")
+binary-arch:
-SHELL=/bin/bash
+binary-indep: install
+ dh $@
-.PHONY: default
-default:
- @echo "Specify a target:"; \
- echo " build compile the package"; \
- echo " build-arch compile the architecture-dependent package"; \
- echo " build-indep compile the architecture-independent package"; \
- echo " binary make all binary packages"; \
- echo " binary-arch make all architecture-dependent binary packages"; \
- echo " binary-indep make all architecture-independent binary packages"; \
- echo " clean clean up the source package"; \
- echo; \
- echo " clean-install-tree clean up only under debian/"; \
- echo
+binary: binary-arch binary-indep
-# Build the package and prepare the install tree
-
-.PHONY: build-only build
-build-only: debian/build-stamp
-build: build-only
-
-.PHONY: build-arch-only build-arch
-build-arch-only: debian/build-arch-stamp
-build-arch: build-arch-only
-
-.PHONY: build-indep-only build-indep
-build-indep-only: debian/build-indep-stamp
-build-indep: build-indep-only
-
-# Make sure these rules and the control file are up-to-date
-
-.PHONY: rules control templates
-rules: debian/rules
-debian/rules: $(shell which yada) debian/packages-tmp
- yada rebuild rules
-
-control: debian/control
-debian/control: $(shell which yada) debian/packages-tmp
- yada rebuild control
-
-templates: debian/templates debian/po/POTFILES.in
-debian/templates: $(shell which yada) debian/packages-tmp
- yada rebuild templates
-debian/po/POTFILES.in: $(shell which yada) debian/packages-tmp
- yada rebuild templates
-
-debian/build-stamp: debian/build-arch-stamp debian/build-indep-stamp
- @[ -f $(shell which yada) -a -f debian/rules ]
- @umask 022 \
- && export pwd="$$(pwd)" \
- && export TMPROOT="$$(pwd)/debian/tmp" \
- && export SOURCE="libipc-run3-perl" \
- && export VERSION="$(VERSION)" \
- && export DEB_HOST_GNU_CPU="$(DEB_HOST_GNU_CPU)" \
- && export DEB_HOST_GNU_TYPE="$(DEB_HOST_GNU_TYPE)" \
- && export DEB_HOST_GNU_SYSTEM="$(DEB_HOST_GNU_SYSTEM)" \
- && export DEB_BUILD_GNU_CPU="$(DEB_BUILD_GNU_CPU)" \
- && export DEB_BUILD_GNU_TYPE="$(DEB_BUILD_GNU_TYPE)" \
- && export DEB_BUILD_GNU_SYSTEM="$(DEB_BUILD_GNU_SYSTEM)" && (\
- echo -E 'eval "yada () { perl $$(which yada) \"\$$@\"; }"; set -e; set -v';\
- echo -E 'PERL=$${PERL:-/usr/bin/perl}';\
- echo -E '$$PERL Makefile.PL INSTALLDIRS=vendor';\
- echo -E 'make';\
- echo -E 'make test') | /bin/sh
- touch debian/build-stamp
-
-debian/build-arch-stamp:
- @[ -f $(shell which yada) -a -f debian/rules ]
- touch debian/build-arch-stamp
-
-debian/build-indep-stamp: debian/build-arch-stamp
- @[ -f $(shell which yada) -a -f debian/rules ]
- touch debian/build-indep-stamp
-
-.PHONY: install-tree
-install-tree: install-tree-any
-install-tree-any: \
- debian/tmp-libipc-run3-perl/DEBIAN/control
-
-debian/tmp-libipc-run3-perl/DEBIAN/control: debian/build-stamp debian/control
- rm -rf debian/tmp-libipc-run3-perl
- umask 022 && install -d debian/tmp-libipc-run3-perl/DEBIAN
- install -d debian/tmp-libipc-run3-perl/usr/share/doc/libipc-run3-perl
- umask 022; yada generate copyright libipc-run3-perl \
- > debian/tmp-libipc-run3-perl/usr/share/doc/libipc-run3-perl/copyright
- install -m 644 -p debian/changelog \
- debian/tmp-libipc-run3-perl/usr/share/doc/libipc-run3-perl/changelog.Debian
- @umask 022 \
- && export pwd="$$(pwd)" \
- && export ROOT="$$(pwd)/debian/tmp-libipc-run3-perl" \
- && export TMPROOT="$$(pwd)/debian/tmp" \
- && export CONTROL="$$(pwd)/debian/tmp-libipc-run3-perl/DEBIAN" \
- && export PACKAGE="libipc-run3-perl" \
- && export SOURCE="libipc-run3-perl" \
- && export VERSION="$(VERSION)" \
- && export DEB_HOST_GNU_CPU="$(DEB_HOST_GNU_CPU)" \
- && export DEB_HOST_GNU_TYPE="$(DEB_HOST_GNU_TYPE)" \
- && export DEB_HOST_GNU_SYSTEM="$(DEB_HOST_GNU_SYSTEM)" \
- && export DEB_BUILD_GNU_CPU="$(DEB_BUILD_GNU_CPU)" \
- && export DEB_BUILD_GNU_TYPE="$(DEB_BUILD_GNU_TYPE)" \
- && export DEB_BUILD_GNU_SYSTEM="$(DEB_BUILD_GNU_SYSTEM)" && (\
- echo -E 'eval "yada () { perl $$(which yada) \"\$$@\"; }"; set -e; set -v';\
- echo -E 'PERL=$${PERL:-/usr/bin/perl}';\
- echo -E 'make install PREFIX=$$ROOT/usr';\
- echo -E 'yada install -doc -as changelog Changes') | /bin/sh
- @umask 022 \
- && export pwd="$$(pwd)" \
- && export ROOT="$$(pwd)/debian/tmp-libipc-run3-perl" \
- && export TMPROOT="$$(pwd)/debian/tmp" \
- && export CONTROL="$$(pwd)/debian/tmp-libipc-run3-perl/DEBIAN" \
- && export PACKAGE="libipc-run3-perl" \
- && export SOURCE="libipc-run3-perl" \
- && export VERSION="$(VERSION)" && (\
- echo -E 'eval "yada () { perl $$(which yada) \"\$$@\"; }"; set -e; set -v';\
- echo -E 'yada perl';\
- echo -E 'yada python';\
- echo -E 'yada strip';\
- echo -E 'yada shlibdeps') | /bin/sh
- yada compress libipc-run3-perl
- yada generate maintscripts libipc-run3-perl
- find debian/tmp-libipc-run3-perl -type f -print \
- | sed -n 's/^debian\/tmp-libipc-run3-perl\(\/etc\/.*\)$$/\1/p' \
- > debian/tmp-libipc-run3-perl/DEBIAN/conffiles
- test -s debian/tmp-libipc-run3-perl/DEBIAN/conffiles || rm -f debian/tmp-libipc-run3-perl/DEBIAN/conffiles
- yada rebuild control
- yada generate substvars libipc-run3-perl
- umask 022 && dpkg-gencontrol -isp -plibipc-run3-perl -Pdebian/tmp-libipc-run3-perl
-
-# Build package files
-
-.PHONY: binary binary-arch binary-indep
-binary: binary-arch binary-indep
-binary-arch: binary-arch-any
-
-.PHONY: binary-arch-any
-binary-arch-any:
-binary-indep: \
- binary-package-libipc-run3-perl
-
-.PHONY: binary-package-libipc-run3-perl
-binary-package-libipc-run3-perl: check-root debian/tmp-libipc-run3-perl/DEBIAN/control
- @[ -f $(shell which yada) -a -f debian/rules ]
- chown -R 0.0 debian/tmp-libipc-run3-perl
- chmod -R u=rwX,go=rX debian/tmp-libipc-run3-perl
- @if [ -d debian/tmp-libipc-run3-perl/usr/doc/libipc-run3-perl ]; then \
- echo "*** Yada warning: /usr/doc/libipc-run3-perl should be /usr/share/doc/libipc-run3-perl";\
- fi
- dpkg-deb --build debian/tmp-libipc-run3-perl ..
-
-.PHONY: check-root
-check-root:
- @[ `id -u` = 0 ] || (echo "You must be root to do this!"; false)
-
-debian/packages-tmp: debian/packages
- yada rebuild packages
-
-## Clean up afterwards
-
-.PHONY: clean clean-install-tree clean-build
-
-clean: clean-install-tree clean-build debian/control debian/rules
- rm -f debian/packages-tmp debian/packages-tmp-new debian/packages-tmp-include
-
-clean-build:
- @[ -f $(shell which yada) -a -f debian/rules ]
- rm -f debian/build-stamp debian/build-arch-stamp debian/build-indep-stamp
- @umask 022 \
- && export pwd="$$(pwd)" \
- && export TMPROOT="$$(pwd)/debian/tmp" \
- && export SOURCE="libipc-run3-perl" \
- && export VERSION="$(VERSION)" \
- && export DEB_HOST_GNU_CPU="$(DEB_HOST_GNU_CPU)" \
- && export DEB_HOST_GNU_TYPE="$(DEB_HOST_GNU_TYPE)" \
- && export DEB_HOST_GNU_SYSTEM="$(DEB_HOST_GNU_SYSTEM)" \
- && export DEB_BUILD_GNU_CPU="$(DEB_BUILD_GNU_CPU)" \
- && export DEB_BUILD_GNU_TYPE="$(DEB_BUILD_GNU_TYPE)" \
- && export DEB_BUILD_GNU_SYSTEM="$(DEB_BUILD_GNU_SYSTEM)" && (\
- echo -E 'eval "yada () { perl $$(which yada) \"\$$@\"; }"; set -e; set -v';\
- echo -E 'test -f Makefile && touch Makefile && make distclean || true') | /bin/sh
- yada unpatch
- rm -rf debian/tmp
-
-clean-install-tree: debian/rules
- @[ -f $(shell which yada) -a -f debian/rules ]
- rm -f debian/install-tree-stamp
- rm -rf debian/tmp-* debian/files* debian/substvars debian/shlibs.local debian/ucf
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list