r25277 - in /trunk/libipc-run3-perl/debian: ./ changelog control packages rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 17 19:34:12 UTC 2008


Author: dmn
Date: Wed Sep 17 19:34:08 2008
New Revision: 25277

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25277
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libipc-run3-perl/debian/
    trunk/libipc-run3-perl/debian/changelog
    trunk/libipc-run3-perl/debian/control
    trunk/libipc-run3-perl/debian/packages
    trunk/libipc-run3-perl/debian/rules   (with props)
    trunk/libipc-run3-perl/debian/watch

Added: trunk/libipc-run3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/changelog?rev=25277&op=file
==============================================================================
--- trunk/libipc-run3-perl/debian/changelog (added)
+++ trunk/libipc-run3-perl/debian/changelog Wed Sep 17 19:34:08 2008
@@ -1,0 +1,18 @@
+libipc-run3-perl (0.036-1) unstable; urgency=low
+
+  * New upstream release. Closes: #386330.
+
+ -- Piotr Roszatycki <dexter at debian.org>  Mon, 13 Nov 2006 12:12:39 +0100
+
+libipc-run3-perl (0.030-1) unstable; urgency=low
+
+  * New upstream release. Closes: #318205.
+
+ -- Piotr Roszatycki <dexter at debian.org>  Fri, 23 Sep 2005 14:44:45 +0200
+
+libipc-run3-perl (0.01-1) unstable; urgency=low
+
+  * Initial Debian version. Closes: #278380.
+
+ -- Piotr Roszatycki <dexter at debian.org>  Tue, 26 Oct 2004 15:50:46 +0200
+

Added: trunk/libipc-run3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/control?rev=25277&op=file
==============================================================================
--- trunk/libipc-run3-perl/debian/control (added)
+++ trunk/libipc-run3-perl/debian/control Wed Sep 17 19:34:08 2008
@@ -1,0 +1,14 @@
+Source: libipc-run3-perl
+Maintainer: Piotr Roszatycki <dexter at debian.org>
+Section: perl
+Priority: extra
+Standards-Version: 3.7.2
+Build-Depends: perl (>= 5.8), yada (>= 0.54)
+
+Package: libipc-run3-perl
+Architecture: all
+Description: perl IPC::Run3 - Run a subprocess in batch mode
+ This module allows you to run a subprocess and redirect stdin, stdout,
+ and/or stderr to files and perl data structures.  It aims to satisfy 99%
+ of the need for using system()/qx``/open3() with a simple, extremely
+ Perlish API and none of the bloat and rarely used features of IPC::Run.

Added: trunk/libipc-run3-perl/debian/packages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/packages?rev=25277&op=file
==============================================================================
--- trunk/libipc-run3-perl/debian/packages (added)
+++ trunk/libipc-run3-perl/debian/packages Wed Sep 17 19:34:08 2008
@@ -1,0 +1,51 @@
+# $Id: /svn/trunk/debian/dists/libipc-run3-perl/debian/packages 2251 2006-11-13T11:15:51.088372Z dexter  $
+
+# If the debian/rules or debian/control file is missing, rebuild the file:
+#
+#   $ yada rebuild control
+#   $ yada rebuild rules
+
+
+# Environment variables:
+
+# don't run `make test'
+#   with_no_test=%{with_no_test}
+
+
+Source: libipc-run3-perl
+Section: perl
+Priority: extra
+Maintainer: Piotr Roszatycki <dexter at debian.org>
+Standards-Version: 3.7.2
+Upstream-Source: <URL:http://www.cpan.org/pub/CPAN/modules/by-module/IPC/IPC-Run3-([0-9.]*)\.tar.gz>
+Description: perl IPC::Run3 - Run a subprocess in batch mode
+Copyright: .
+ 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/
+Build-Depends: perl (>= 5.8)
+Build: sh
+ PERL=${PERL:-/usr/bin/perl}
+ $PERL Makefile.PL INSTALLDIRS=vendor
+ make
+%if %{without_no_test}
+ make test
+%endif
+Clean: sh
+ test -f Makefile && touch Makefile && make distclean || true
+
+Package: libipc-run3-perl
+Architecture: all
+Description: perl IPC::Run3 - Run a subprocess in batch mode
+ This module allows you to run a subprocess and redirect stdin, stdout,
+ and/or stderr to files and perl data structures.  It aims to satisfy 99%
+ of the need for using system()/qx``/open3() with a simple, extremely
+ Perlish API and none of the bloat and rarely used features of IPC::Run.
+Install: sh
+ PERL=${PERL:-/usr/bin/perl}
+ make install PREFIX=$ROOT/usr
+ yada install -doc -as changelog Changes

Added: trunk/libipc-run3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/rules?rev=25277&op=file
==============================================================================
--- trunk/libipc-run3-perl/debian/rules (added)
+++ trunk/libipc-run3-perl/debian/rules Wed Sep 17 19:34:08 2008
@@ -1,0 +1,242 @@
+#!/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)
+
+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)
+
+# 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
+
+LEFT_PARENTHESIS:=(
+VERSION:=$(shell head -n1 debian/changelog | sed -e "s/^[0-9a-zA-Z.-]* $(LEFT_PARENTHESIS)//" -e "s/[^0-9a-zA-Z.:+~-].*//")
+
+SHELL=/bin/bash
+
+.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
+
+# 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

Propchange: trunk/libipc-run3-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libipc-run3-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run3-perl/debian/watch?rev=25277&op=file
==============================================================================
--- trunk/libipc-run3-perl/debian/watch (added)
+++ trunk/libipc-run3-perl/debian/watch Wed Sep 17 19:34:08 2008
@@ -1,0 +1,5 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+
+# Automatically generated by cvsdebuscan at Fri, 23 Sep 2005 14:29:54 +0200
+http://www.cpan.org/pub/CPAN/modules/by-module/IPC/IPC-Run3-([0-9.]*)\.tar.gz




More information about the Pkg-perl-cvs-commits mailing list