--- irserver-6.03.08.orig/debian/irserver.install +++ irserver-6.03.08/debian/irserver.install @@ -0,0 +1,2 @@ +irserver usr/bin/ +remotes usr/share/irtrans --- irserver-6.03.08.orig/debian/compat +++ irserver-6.03.08/debian/compat @@ -0,0 +1 @@ +7 --- irserver-6.03.08.orig/debian/control +++ irserver-6.03.08/debian/control @@ -0,0 +1,13 @@ +Source: irserver +Section: misc +Priority: extra +Maintainer: Gerald Dachs +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://www.irtrans.de + +Package: irserver +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: irtrans server + irtrans server --- irserver-6.03.08.orig/debian/rules +++ irserver-6.03.08/debian/rules @@ -0,0 +1,98 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) + + + + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + +ifeq ($(DEB_HOST_ARCH),amd64) + $(MAKE) irserver64 + mv irserver64 irserver +else + $(MAKE) +endif + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + $(MAKE) clean + rm -f irserver + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/irserver. +# $(MAKE) DESTDIR=$(CURDIR)/debian/irserver install + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: 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_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- irserver-6.03.08.orig/debian/dirs +++ irserver-6.03.08/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- irserver-6.03.08.orig/debian/copyright +++ irserver-6.03.08/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Gerald Dachs on +Mon, 01 Feb 2010 11:21:11 +0100. + +It was downloaded from + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is copyright 2010, Gerald Dachs and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. --- irserver-6.03.08.orig/debian/changelog +++ irserver-6.03.08/debian/changelog @@ -0,0 +1,17 @@ +irserver (6.03.08-1yavdr1) lucid; urgency=low + + * new upstream version + + -- Gerald Dachs Thu, 24 Feb 2011 14:44:22 +0100 + +irserver (6.02.40-2yavdr1) lucid; urgency=low + + * remotes database directory was missing + + -- Gerald Dachs Mon, 28 Jun 2010 19:08:50 +0200 + +irserver (6.02.40-1yvt1) karmic; urgency=low + + * Initial release + + -- Gerald Dachs Mon, 01 Feb 2010 11:21:11 +0100