From f870c51ebd3faa3d36f93fa5c593f8db5c61eecc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 1 May 2010 11:55:51 -0700 Subject: [PATCH] Debian packaging update. --- Makefile.am | 3 ++- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/source/format | 1 + 6 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 debian/source/format diff --git a/Makefile.am b/Makefile.am index 15b8636..a8798eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ EXTRA_DIST = \ debian/compat \ debian/control \ debian/copyright \ - debian/rules + debian/rules \ + debian/source/format #### The rest of this file is just for the testsuite. It is just #### boilerplate from the Autoconf manual describing how to use diff --git a/NEWS b/NEWS index cad4054..381c49e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.0.3: + +Sat May 1 11:51:16 PDT 2010 / Ben Pfaff + +- Debian packaging update. + 2.0.2: Sat Mar 27 10:53:43 PDT 2010 / Ben Pfaff diff --git a/configure.ac b/configure.ac index a86d393..b74d77e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fmtools], [2.0.2], [blp@cs.stanford.edu]) +AC_INIT([fmtools], [2.0.3], [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 aeb47a3..caf498b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +fmtools (2.0.3) unstable; urgency=low + + * debian/control: Add armel to Architectures, since Debian buildds use + that architecture even though Debian policy does not mention it. + + * debian/source/format: Add and initialize to 1.0. + + -- Ben Pfaff Sat, 01 May 2010 11:52:24 -0700 + fmtools (2.0.2) unstable; urgency=low * debian/control: Limit Architecture: to Linux, since this is a diff --git a/debian/control b/debian/control index 478ef31..6868752 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.8.3 Build-Depends: debhelper (>= 7.0) Package: fmtools -Architecture: i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc +Architecture: i386 ia64 alpha amd64 armeb armel 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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 -- 2.11.4.GIT