--- event-rpc-1.01.orig/debian/rules +++ event-rpc-1.01/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + +# perl Makefile.PL INSTALLDIRS=vendor + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) clean + + dh_clean Makefile.old + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# $(MAKE) install PREFIX=$(CURDIR)/debian/event-rpc-perl/usr + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs Changes + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- event-rpc-1.01.orig/debian/changelog +++ event-rpc-1.01/debian/changelog @@ -0,0 +1,64 @@ +event-rpc (1.01-0ubuntu1) karmic; urgency=low + + * New upstream bugfix release LP: #401080 + * Bump up standards-version to 3.8.2. No changes. + + -- Bhavani Shankar Sat, 18 Jul 2009 19:02:38 +0530 + +event-rpc (1.00-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #255853) + * debian/control: + + Bumped Standards-Version to 3.8.0 + + Add Homepage field. + + -- Andres Rodriguez Wed, 06 Aug 2008 12:57:57 -0500 + +event-rpc (0.90-0.1ubuntu1) hardy; urgency=low + + * debian/watch: + + Updated download page. (LP: #181072) + * debian/control: + + Modified Maintainer value to match the DebianMaintainerField + specification. + + Bumped Standards-Version to 3.7.3. + + Moved debhelper from Build-Depends-Indep to Build-Depends. + + -- Miguel Ruiz Mon, 07 Jan 2008 14:22:54 -0300 + +event-rpc (0.90-0.1) unstable; urgency=low + + * Dummy package to install libevent-rpc-perl + + -- Christian Marillat Sat, 17 Jun 2006 19:00:12 +0200 + +event-rpc (0.90-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 23 Apr 2006 17:26:34 +0200 + +event-rpc (0.89-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 28 Mar 2006 15:46:07 +0200 + +event-rpc (0.85-0.1) unstable; urgency=low + + * Use Build-Depends-Indep instead of Build-Depends. + + -- Christian Marillat Thu, 20 Oct 2005 13:52:16 +0200 + +event-rpc (0.85-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 13 Sep 2005 15:30:57 +0200 + +event-rpc (0.84-1) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Mon, 1 Aug 2005 23:39:43 +0200 + --- event-rpc-1.01.orig/debian/copyright +++ event-rpc-1.01/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Christian Marillat on +Mon, 1 Aug 2005 23:39:43 +0200. + +It was downloaded from http://www.exit1.org/download/event-rpc + +Copyright Holder: 2002-2005 by Jörn Reder + +License: + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. --- event-rpc-1.01.orig/debian/docs +++ event-rpc-1.01/debian/docs @@ -0,0 +1 @@ +README --- event-rpc-1.01.orig/debian/control +++ event-rpc-1.01/debian/control @@ -0,0 +1,15 @@ +Source: event-rpc +Section: perl +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Christian Marillat +Bugs: mailto:marillat@debian.org +Standards-Version: 3.8.2 +Homepage: http://www.exit1.org/Event-RPC/ +Build-Depends: debhelper (>= 4.0.0) + +Package: event-rpc-perl +Architecture: all +Depends: libevent-rpc-perl +Description: dummy package to install libevent-rpc-perl + Dummy package to install libevent-rpc-perl. this package can be removed. --- event-rpc-1.01.orig/debian/compat +++ event-rpc-1.01/debian/compat @@ -0,0 +1 @@ +4 --- event-rpc-1.01.orig/debian/watch +++ event-rpc-1.01/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-RPC-([\d\.]*)\.tar\.gz debian uupdate