spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 0d2de86a65bcc045b67dcd736316303bba5cf805
parent 9f415b383d35dd83c32edd9effd1878f8256cb62
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed, 28 Mar 2012 11:39:57 +0800

debian: Packaging fixes

Diffstat:
Mdist/debian/changelog | 7+++++++
Mdist/debian/control | 2+-
Mdist/debian/watch | 2+-
3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dist/debian/changelog b/dist/debian/changelog @@ -1,3 +1,10 @@ +spek (0.7-4) unstable; urgency=low + + * Require valac >= 0.12 + * Fix the watch file + + -- Alexander Kojevnikov <alexander@kojevnikov.com> Wed, 28 Mar 2012 10:48:01 +0800 + spek (0.7-3) unstable; urgency=low * Require valac 0.14 (Closes: #663319) diff --git a/dist/debian/control b/dist/debian/control @@ -5,7 +5,7 @@ Maintainer: Alexander Kojevnikov <alexander@kojevnikov.com> Build-Depends: debhelper (>= 7.0.50~), cdbs, autotools-dev, - valac-0.14, + valac (>= 0.12), intltool (>= 0.35), libavcodec-dev (>= 4:0.6), libavformat-dev (>= 4:0.6), diff --git a/dist/debian/watch b/dist/debian/watch @@ -1,3 +1,3 @@ version=3 http://code.google.com/p/spek/downloads/list \ - http://spek\.googlecode\.com/files/spek-([0-9.]+)\.tar\.bz2 + .*/spek-([0-9.]+)\.tar\.bz2