r54605 - in /desktop/unstable/gobject-introspection/debian: changelog dh_girepository

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Mon Oct 30 09:40:57 UTC 2017


Author: smcv
Date: Mon Oct 30 09:40:57 2017
New Revision: 54605

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54605
Log:
dh_girepository: Create a directory in the same way as debhelper,
avoiding the need for root or fakeroot (Closes: #880095)

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/dh_girepository

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=54605&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Mon Oct 30 09:40:57 2017
@@ -1,3 +1,10 @@
+gobject-introspection (1.54.1-2) UNRELEASED; urgency=medium
+
+  * dh_girepository: Create a directory in the same way as debhelper,
+    avoiding the need for root or fakeroot (Closes: #880095)
+
+ -- Simon McVittie <smcv at debian.org>  Mon, 30 Oct 2017 09:12:53 +0000
+
 gobject-introspection (1.54.1-1) unstable; urgency=medium
 
   * New upstream release

Modified: desktop/unstable/gobject-introspection/debian/dh_girepository
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/dh_girepository?rev=54605&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/dh_girepository	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/dh_girepository	[utf-8] Mon Oct 30 09:40:57 2017
@@ -368,7 +368,7 @@
     if (@bin_files) {
         # dpkg-shlibdeps expects this directory to exist
         if (! -d "$tmp/DEBIAN") {
-            doit("install","-o",0,"-g",0,"-d","$tmp/DEBIAN");
+            install_dir("$tmp/DEBIAN");
         }
 
         # Let dpkg-shlibdeps generate the corresponding dependencies




More information about the pkg-gnome-commits mailing list