From 6665aa69e24d11096ea689abad677be37e01dcef Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 27 Mar 2010 10:59:14 -0700 Subject: [PATCH] Update Debian packaging. --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 7 +++++++ debian/control | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 97bbfcd..cad4054 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.0.2: + +Sat Mar 27 10:53:43 PDT 2010 / Ben Pfaff + +- Debian packaging update. + 2.0.1: Sat Jan 9 13:28:53 PST 2010 / Ben Pfaff diff --git a/configure.ac b/configure.ac index 044d757..a86d393 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fmtools], [2.0.1], [blp@cs.stanford.edu]) +AC_INIT([fmtools], [2.0.2], [blp@cs.stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index 7e0a2ea..aeb47a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fmtools (2.0.2) unstable; urgency=low + + * debian/control: Limit Architecture: to Linux, since this is a + Linux-specific package. + + -- Ben Pfaff Sat, 27 Mar 2010 10:51:43 -0700 + fmtools (2.0.1) unstable; urgency=low * New upstream release. The new release uses Automake, so a "configure" diff --git a/debian/control b/debian/control index 6bb9f65..478ef31 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.8.3 Build-Depends: debhelper (>= 7.0) Package: fmtools -Architecture: any +Architecture: i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc Depends: ${shlibs:Depends}, ${misc:Depends} Description: FM radio tuner Command-line utility for adjusting the frequency and volume and -- 2.11.4.GIT