summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 11:46:28 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 11:46:28 +0200
commit04f94e64f6fe4134c454d8a22df9ab9943556292 (patch)
tree6e9d9ac8f83f5c277ebf3dc938c82cc424d2ee0a
parent6dbb3a7c8f19291de04fc898cef243164fba1ee6 (diff)
New maintainer, rewrite d/copyright, add Vcs
-rw-r--r--.gitignore1
-rw-r--r--debian/changelog15
-rw-r--r--debian/control9
-rw-r--r--debian/copyright1
-rw-r--r--debian/patches/001-gee-0.8.patch29
-rw-r--r--debian/patches/series1
-rw-r--r--debian/source/options2
7 files changed, 54 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b64af18..0086eea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ build/*
gnome-pie
Makefile
.valencia
+.pc \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index da45862..5eaf288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+gnome-pie (0.5.5-1) unstable; urgency=medium
+
+ * New Maintainer ( Closes: #755431 )
+ * New upstream release ( Closes: #687078 ).
+ * Add debian/source/options:
+ - set compression to xz & compression-level to 9.
+ * debian/control:
+ - change Build-Depends:
+ - change libgee-dev to libgee-0.8-dev.
+ * New patch:
+ - 001-gee-0.8.patch ( Closes: #753863 )
+ - change gee API to 0.8.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 21 Jul 2014 16:43:05 +0200
+
gnome-pie (0.5.4-2) unstable; urgency=medium
* QA upload
diff --git a/debian/control b/debian/control
index d75f556..93708ff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
Source: gnome-pie
Section: gnome
Priority: optional
-Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 9),
+Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Build-Depends:
+ debhelper (>= 9),
cmake,
libbamf3-dev,
libcairo2-dev,
- libgee-dev,
+ libgee-0.8-dev (>= 0.10),
libgnome-menu-3-dev,
libgtk-3-dev,
libunique-3.0-dev,
libwnck-3-dev,
libxml2-dev,
libxtst-dev,
- valac
+ valac (>= 0.22)
Standards-Version: 3.9.5
Homepage: http://gnome-pie.simonschneegans.de/
Vcs-Git: git://anonscm.debian.org/collab-maint/gnome-pie.git
diff --git a/debian/copyright b/debian/copyright
index 039bf31..eb5cd6e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,6 +23,7 @@ License: LGPL-2.1+
Files: debian/*
Copyright: 2011 Alessandro Ghedini <ghedo@debian.org>
+ 2014 Jörg Frings-Fürst <debian@jff-webhosting.net>
License: GPL-3.0+
License: GPL-3.0+
diff --git a/debian/patches/001-gee-0.8.patch b/debian/patches/001-gee-0.8.patch
new file mode 100644
index 0000000..72e3c7a
--- /dev/null
+++ b/debian/patches/001-gee-0.8.patch
@@ -0,0 +1,29 @@
+Description: change gee API to 0.8
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
+Last-Update: 2014-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/CMakeLists.txt
+===================================================================
+--- trunk.orig/CMakeLists.txt 2013-03-17 12:15:02.000000000 +0100
++++ trunk/CMakeLists.txt 2014-07-21 17:44:36.814563290 +0200
+@@ -43,7 +43,7 @@
+
+ pkg_check_modules(GIO REQUIRED gio-unix-2.0)
+ pkg_check_modules(CAIRO REQUIRED cairo)
+-pkg_check_modules(GEE REQUIRED gee-1.0)
++pkg_check_modules(GEE REQUIRED gee-0.8)
+ pkg_check_modules(X11 REQUIRED x11)
+ pkg_check_modules(XML REQUIRED libxml-2.0)
+ pkg_check_modules(XTST REQUIRED xtst)
+@@ -155,7 +155,7 @@
+
+ set(VALA_PKGS
+ cairo
+- gee-1.0
++ gee-0.8
+ x11
+ gio-unix-2.0
+ posix
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eb5e810
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-gee-0.8.patch
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..22a4de9
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+compression = xz
+compression-level = 9