Control: tags 1089422 + patch
Control: tags 1089422 + pending


Dear maintainer,

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

Regards.

diff -Nru rt-app-1.0/debian/changelog rt-app-1.0/debian/changelog
--- rt-app-1.0/debian/changelog 2021-01-01 04:55:59.000000000 +0000
+++ rt-app-1.0/debian/changelog 2025-01-01 15:55:19.000000000 +0000
@@ -1,3 +1,11 @@
+rt-app (1.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove need for root when building the package.
+    (Closes: #1089422)
+
+ -- Niels Thykier <[email protected]>  Wed, 01 Jan 2025 15:55:19 +0000
+
 rt-app (1.0-1) unstable; urgency=medium
    * New upstream release
diff -Nru rt-app-1.0/debian/control rt-app-1.0/debian/control
--- rt-app-1.0/debian/control   2021-01-01 04:55:59.000000000 +0000
+++ rt-app-1.0/debian/control   2025-01-01 15:54:14.000000000 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper, debhelper-compat (=12), libjson-c-dev
 Standards-Version: 3.9.8
 Homepage: https://github.com/scheduler-tools/rt-app
-#Rules-Requires-Root: no
+Rules-Requires-Root: no
  Package: rt-app
 Architecture: any
diff -Nru rt-app-1.0/debian/rules rt-app-1.0/debian/rules
--- rt-app-1.0/debian/rules     2021-01-01 04:55:59.000000000 +0000
+++ rt-app-1.0/debian/rules     2025-01-01 15:54:07.000000000 +0000
@@ -12,14 +12,14 @@
 #Make only scripts executable - upstream x-bit is a mess in doc dir
 override_dh_install:
        dh_install
-       chmod -R -x  debian/rt-app/usr/share/doc/rt-app/examples/
+ find debian/rt-app/usr/share/doc/rt-app/examples/ -type f -exec chmod -x {} + find debian/rt-app/usr/share/doc/rt-app/examples -name "*.sh" -print0 | xargs -0 chmod +x find debian/rt-app/usr/share/doc/ -name "*.py" -print0 | xargs -0 chmod +x
        rm  debian/rt-app/usr/share/doc/rt-app/workgen
  #Stop it compressing example scripts. Everything is tiny anyway
 override_dh_compress:
-       
+
  override_dh_clean:
        rm -rf build-aux m4

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to