]> saetta.ns0.it Git - reptool/libreptool/commitdiff
Debian pkg: updates from upstream. debian/sid
authorAndrea Zagli <azagli@libero.it>
Sat, 4 May 2019 08:50:56 +0000 (10:50 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 4 May 2019 08:50:56 +0000 (10:50 +0200)
debian/changelog
debian/control
debian/gbp.conf
debian/rules

index 894ddff5500dc338316c3a9803375e89395f80a7..d6248e427fa6ade23c641c043d7e4c24e19b780c 100644 (file)
@@ -1,10 +1,21 @@
-libreptool (0.5.0-1~1.gbp8b8371) UNRELEASED; urgency=medium
+libreptool (0.5.0-1~3.gbp965988) UNRELEASED; urgency=medium
 
-  ** SNAPSHOT build @8b837114b6e4d85d8aa2c0b72d7c0d365ef2314a **
+  ** SNAPSHOT build @9659883dd03edbebd72513bef3a20e3d0972ac4b **
 
   [ Andrea Zagli ]
   * Initial release
 
   [ tux ]
 
- -- Andrea Zagli <azagli@libero.it>  Sun, 27 Nov 2016 09:59:40 +0100
+  [ Andrea Zagli ]
+  * Debian pkg: added files.
+  * New autogen.sh.
+  * Removed from rep files generated during build.
+  * Use of g_strcmp0 instead of strcmp.
+  * Missing ref of rptmarshal.h in autotools.
+  * Enabled gtkdocize in autogen.
+  * Reordering genereated files in makefile.
+  * Debian pkg: adjustments from upstream.
+  * Enabled gir.
+
+ -- tux <tux@develop64.example.tst>  Mon, 20 May 2019 09:58:14 +0200
index e9588d5dd59f2bf0bbf23078cb34605e68275340..a890b6f57d89ba6fa1c05a66919bb07277bd14f3 100644 (file)
@@ -1,7 +1,7 @@
 Source: libreptool
 Priority: optional
 Maintainer: Andrea Zagli <azagli@libero.it>
-Build-Depends: debhelper (>= 9), intltool, pkg-config, gnome-common, gtk-doc-tools, bison, flex, libgtk-3-dev, libgda-5.0-dev, libxml2-dev
+Build-Depends: debhelper (>= 9), intltool, pkg-config, gnome-common, gtk-doc-tools, bison, flex, gobject-introspection, libgirepository1.0-dev, libgtk-3-dev, libgda-5.0-dev, libxml2-dev
 Standards-Version: 3.9.8
 Section: libs
 Homepage: http://saetta.ns0.it
index 46ab4fdfcec14249df2251c635f4936c50d7460b..e412b7b699cdc8bb6edef1a7247014d62e03a395 100644 (file)
@@ -1,6 +1,5 @@
 [buildpackage]
 export-dir=./build/sid
-preexport=rm -rf $GBP_EXPORT_DIR/*
 debian-branch=debian/sid
 ignore-new=True
 upstream-tree=BRANCH
index 14552b7a4ed50f0f99a105c9ba2477151fe184a1..b3f583005d22baca4564390aa6cbfed9e8199ec4 100755 (executable)
@@ -25,7 +25,7 @@ export DEB_CXXFLAGS_MAINT_STRIP = -Werror=format-security
 
 override_dh_auto_configure:
        NOCONFIGURE="X" ./autogen.sh
-       dh_auto_configure
+       dh_auto_configure -- --disable-introspection
 
 override_dh_auto_install:
        $(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install