Control: tags 852368 + pending

Dear maintainer,

I've prepared an NMU for keepassx (versioned as 2.0.3-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru keepassx-2.0.3/debian/changelog keepassx-2.0.3/debian/changelog
--- keepassx-2.0.3/debian/changelog     2017-01-10 21:33:14.000000000 +0000
+++ keepassx-2.0.3/debian/changelog     2019-01-06 17:35:02.000000000 +0000
@@ -1,3 +1,13 @@
+keepassx (2.0.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Support DEB_BUILD_OPTIONS=nocheck based on a patch by
+    Helmut Grohne. (Closes: #852368)
+  * Set Rules-Requires-Root to "no" as keepassx does not need
+    (fake)root.
+
+ -- Niels Thykier <ni...@thykier.net>  Sun, 06 Jan 2019 17:35:02 +0000
+
 keepassx (2.0.3-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #845163)
diff -Nru keepassx-2.0.3/debian/control keepassx-2.0.3/debian/control
--- keepassx-2.0.3/debian/control       2016-02-04 20:29:08.000000000 +0000
+++ keepassx-2.0.3/debian/control       2019-01-06 17:33:56.000000000 +0000
@@ -12,6 +12,7 @@
                libxtst-dev,
                xvfb,
                xauth
+Rules-Requires-Root: no
 Standards-Version: 3.9.6
 Homepage: https://www.keepassx.org/
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/keepassx.git
diff -Nru keepassx-2.0.3/debian/rules keepassx-2.0.3/debian/rules
--- keepassx-2.0.3/debian/rules 2016-02-04 20:27:52.000000000 +0000
+++ keepassx-2.0.3/debian/rules 2019-01-06 17:33:18.000000000 +0000
@@ -10,8 +10,10 @@
        dh_auto_configure -- -DWITH_GUI_TESTS=ON -DWITH_CXX11=ON
 
 override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
        dh_auto_test -- ARGS+="-E testgui"
        xvfb-run -a --server-args="-screen 0 800x600x24" dh_auto_test -- 
ARGS+="-R testgui"
+endif
 
 override_dh_makeshlibs:
        # keepassx only ships plugins

Reply via email to