r46659 - in /packages/unstable/gnome-builder/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 14 15:40:10 UTC 2015


Author: biebl
Date: Wed Oct 14 15:40:09 2015
New Revision: 46659

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46659
Log:
Use unversioned libclang-dev Build-Depends to ensure it matches the llvm
version. This also ensures we get the Debian default llvm/clang version.

Modified:
    packages/unstable/gnome-builder/debian/changelog
    packages/unstable/gnome-builder/debian/control
    packages/unstable/gnome-builder/debian/control.in

Modified: packages/unstable/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/changelog?rev=46659&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/changelog	[utf-8] Wed Oct 14 15:40:09 2015
@@ -1,6 +1,8 @@
 gnome-builder (3.16.3-2) UNRELEASED; urgency=medium
 
   * Upload to unstable.
+  * Use unversioned libclang-dev Build-Depends to ensure it matches the llvm
+    version. This also ensures we get the Debian default llvm/clang version.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 14 Oct 2015 17:37:05 +0200
 

Modified: packages/unstable/gnome-builder/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control?rev=46659&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control	[utf-8] Wed Oct 14 15:40:09 2015
@@ -1,3 +1,7 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
 Source: gnome-builder
 Section: editors
 Priority: optional
@@ -9,7 +13,7 @@
                desktop-file-utils,
                gnome-pkg-tools,
                intltool,
-               libclang-3.5-dev,
+               libclang-dev,
                libdevhelp-dev,
                libgit2-glib-1.0-dev,
                libgjs-dev,
@@ -18,8 +22,12 @@
                llvm,
                python-gi-dev,
                python3-dev
-Standards-Version: 3.9.5
+# Don't (re)build libide api docs for now:
+#               gtk-doc-tools,
+Standards-Version: 3.9.6
 Homepage: https://wiki.gnome.org/Apps/Builder
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-builder/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-builder/
 
 Package: gnome-builder
 Architecture: any

Modified: packages/unstable/gnome-builder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control.in?rev=46659&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control.in	[utf-8] Wed Oct 14 15:40:09 2015
@@ -9,7 +9,7 @@
                desktop-file-utils,
                gnome-pkg-tools,
                intltool,
-               libclang-3.5-dev,
+               libclang-dev,
                libdevhelp-dev,
                libgit2-glib-1.0-dev,
                libgjs-dev,




More information about the pkg-gnome-commits mailing list