diff --git a/dist/debian/changelog b/dist/debian/changelog index d67d919..e24f890 100644 --- 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 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 index 9f2b620..e3b798b 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -5,7 +5,7 @@ Maintainer: Alexander Kojevnikov 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 index 302476b..917dafb 100644 --- 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