From d3750a81567ad80d3cbec3fde02b8dfbcf5fc80b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Feb 27 2014 16:00:21 +0000 Subject: prep release --- diff --git a/alien.lsm b/alien.lsm index 2c36eac..ab97ce0 100644 --- a/alien.lsm +++ b/alien.lsm @@ -9,6 +9,6 @@ Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages, Keywords: debian dpkg deb red hat redhat rpm slackware tgz stampede slp convert package LSB Author: joey@kitenet.net Primary-site: sunsite.unc.edu /pub/Linux/utils/package - 80 alien-8.89.tar.gz + 80 alien-8.90.tar.gz Copying-policy: GPL End diff --git a/alien.spec b/alien.spec index 194211d..cceedaf 100644 --- a/alien.spec +++ b/alien.spec @@ -3,10 +3,10 @@ Name: alien Packager: Joey Hess Version: 8.90 Release: 1 -Source: ftp://kitenet.net/pub/code/debian/alien_8.89.tar.gz +Source: ftp://kitenet.net/pub/code/debian/alien_8.90.tar.gz License: GPL Group: Utilities/File -Buildroot: /tmp/alien-8.89.build +Buildroot: /tmp/alien-8.90.build Requires: perl BuildArchitectures: noarch @@ -20,7 +20,7 @@ This is a tool only suitable for binary packages. %prep %setup -n alien -rm -rf /tmp/alien-8.89.build +rm -rf /tmp/alien-8.90.build %install perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr diff --git a/debian/changelog b/debian/changelog index 649928d..bcd6159 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ alien (8.90) unstable; urgency=medium * Add --target= option for setting architecture. Closes: #260948 (Thanks, Teemu Ikonen) * Add conversion from ppc64le (rpm) to ppc64el (deb). + * debhelper v9 -- Joey Hess Thu, 27 Feb 2014 11:59:07 -0400 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 82d9174..b2e05c2 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: alien Section: admin Priority: optional -Build-Depends: debhelper (>= 7.0.50) +Build-Depends: debhelper (>= 9) Maintainer: Joey Hess -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/alien Homepage: http://kitenet.net/~joey/code/alien/