commit c9ac49a5d5c6696c14061eb935dc2442cd877ed4
parent 0f2063988dc9e0d4d5a6c74dcb312e7485a51ce7
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Tue, 25 Sep 2012 10:33:58 -0700
debian: Update to 0.8.0
Diffstat:
8 files changed, 17 insertions(+), 47 deletions(-)
diff --git a/dist/debian/changelog b/dist/debian/changelog
@@ -1,3 +1,9 @@
+spek (0.8.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alexander Kojevnikov <alexander@kojevnikov.com> Tue, 25 Sep 2012 09:45:54 -0700
+
spek (0.7-3) unstable; urgency=low
* Require valac >= 0.12 (Closes: #663319)
diff --git a/dist/debian/control b/dist/debian/control
@@ -3,17 +3,14 @@ Section: sound
Priority: optional
Maintainer: Alexander Kojevnikov <alexander@kojevnikov.com>
Build-Depends: debhelper (>= 7.0.50~),
- cdbs,
autotools-dev,
- valac (>= 0.12),
+ pkg-config,
intltool (>= 0.35),
- libavcodec-dev (>= 4:0.6),
- libavformat-dev (>= 4:0.6),
- libavutil-dev (>= 4:0.6),
- libcairo2-dev,
- libglib2.0-dev,
- libgtk2.0-dev (>= 2.18.0),
- libpango1.0-dev
+ libavcodec-dev (>= 6:0.8),
+ libavformat-dev (>= 6:0.8),
+ libavutil-dev (>= 6:0.8),
+ libwxgtk2.8-dev,
+ wx-common
Standards-Version: 3.9.3
Homepage: http://spek-project.org/
Vcs-Git: git://github.com/alexkay/spek.git
diff --git a/dist/debian/copyright b/dist/debian/copyright
@@ -15,7 +15,7 @@ Copyright:
For everything not noted below:
Copyright (C) 2010-2012 Alexander Kojevnikov
- For src/spek-pipeline.*:
+ For lib/spek-pipeline.c:
Copyright (C) 2010-2012 Alexander Kojevnikov
Copyright (C) 2007-2009 Sebastian Dröge
Copyright (C) 2006 Stefan Kost
@@ -41,7 +41,7 @@ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
The Debian packaging is:
- Copyright (C) 2011 Alexander Kojevnikov <alexander@kojevnikov.com>
+ Copyright (C) 2011-2012 Alexander Kojevnikov <alexander@kojevnikov.com>
and is licensed under the GPL version 3 or any later version, see above.
diff --git a/dist/debian/patches/fix-actionentry.patch b/dist/debian/patches/fix-actionentry.patch
@@ -1,15 +0,0 @@
-Author: Colin Watson <cjwatson@ubuntu.com>
-Description: Fix ActionEntry ambiguity resulting in Vala build error
-Bug-Debian: http://bugs.debian.org/638456
-
---- a/src/spek-window.vala
-+++ b/src/spek-window.vala
-@@ -31,7 +31,7 @@
- private FileFilter filter_audio;
- private FileFilter filter_png;
-
-- private const ActionEntry[] ACTION_ENTRIES = {
-+ private const Gtk.ActionEntry[] ACTION_ENTRIES = {
- { "File", null, N_("_File") },
- { "FileOpen", STOCK_OPEN, null, null, null, on_file_open },
- { "FileSave", STOCK_SAVE, null, null, null, on_file_save },
diff --git a/dist/debian/patches/fix-libav-mathematics.patch b/dist/debian/patches/fix-libav-mathematics.patch
@@ -1,13 +0,0 @@
-Author: Reinhard Tartler <siretart@tauware.de>
-Description: Fix compilation with libav 0.8
-Bug-Debian: http://bugs.debian.org/654224
---- a/src/spek-audio.c
-+++ b/src/spek-audio.c
-@@ -18,6 +18,7 @@
-
- #include <glib.h>
- #include <glib/gi18n.h>
-+#include <libavutil/mathematics.h>
-
- #include "spek-audio.h"
-
diff --git a/dist/debian/patches/series b/dist/debian/patches/series
@@ -1,2 +0,0 @@
-fix-actionentry.patch
-fix-libav-mathematics.patch
diff --git a/dist/debian/rules b/dist/debian/rules
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-makebuilddir::
- rm -f src/spek_vala.stamp
+%:
+ dh $@
diff --git a/dist/debian/watch b/dist/debian/watch
@@ -1,3 +1,3 @@
version=3
-http://code.google.com/p/spek/downloads/list \
+https://github.com/alexkay/spek/downloads \
.*/spek-([0-9.]+)\.tar\.xz