Force vala run and support libgee-dev and libgee-0.8-dev so we can build wheezy and...
authorSam Hartman <hartmans@debian.org>
Wed, 15 Jul 2015 15:30:53 +0000 (11:30 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 15 Jul 2015 15:35:41 +0000 (15:35 +0000)
* Force vala run and support libgee-dev and libgee-0.8-dev so we can
  build wheezy and jessie versions from the same sources.
* High urgency to avoid moonshot-ui being removed from jessie.  The
  actual code change is very simple and will either cause a build
  failure or just work.

debian/changelog
debian/control
debian/rules

index e1986d3..cf5fe92 100644 (file)
@@ -1,9 +1,13 @@
-moonshot-ui (0.7.2-1) unstable; urgency=medium
+moonshot-ui (0.7.2-1) unstable; urgency=high
 
   * New upstream Version, Closes: #787880
+  * Force vala run and support libgee-dev and libgee-0.8-dev so we can
+    build wheezy and jessie versions from the same sources.
+  * High urgency to avoid moonshot-ui being removed from jessie.  The
+    actual code change is very simple and will either cause a build
+    failure or just work.
 
-
- -- Sam Hartman <hartmans@debian.org>  Tue, 14 Jul 2015 12:11:29 -0400
+ -- Sam Hartman <hartmans@debian.org>  Wed, 15 Jul 2015 11:30:32 -0400
 
 moonshot-ui (0.7.1-3) unstable; urgency=medium
 
index bef99e1..89bfadb 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Sam Hartman <hartmans@debian.org>
 Build-Depends: debhelper (>= 9), 
     libatk1.0-dev (>= 1.20), libglib2.0-dev, libgtk2.0-dev,
-        gettext, autotools-dev, libdbus-glib-1-dev, desktop-file-utils, libgee-0.8-dev, autopoint, autoconf, autotools-dev, automake, libtool,
+        gettext, autotools-dev, libdbus-glib-1-dev, desktop-file-utils, libgee-0.8-dev|libgee-dev, autopoint, autoconf, autotools-dev, automake, libtool,
  dh-autoreconf, valac, libgnome-keyring-dev
 Standards-Version: 3.9.5
 Homepage: http://www.project-moonshot.org/
index 4513d6c..a3039b8 100755 (executable)
@@ -14,3 +14,7 @@
 
 override_dh_strip:
        dh_strip --dbg-package=moonshot-ui-dbg
+override_dh_auto_build:
+       # force valac run
+       rm *.stamp 2>/dev/null ||true
+       dh_auto_build