I am uploading a NMU once again.
The debdiff is attached.
diff -Nru searchandrescue-1.5.0+dfsg/debian/changelog 
searchandrescue-1.5.0+dfsg/debian/changelog
--- searchandrescue-1.5.0+dfsg/debian/changelog 2024-03-23 12:20:00.000000000 
+0000
+++ searchandrescue-1.5.0+dfsg/debian/changelog 2024-04-02 21:34:01.000000000 
+0000
@@ -1,3 +1,11 @@
+searchandrescue (1.5.0+dfsg-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Take LD_LIBRARY_PATH into account. (Closes: #1019738)
+  * Drop empty icons.
+
+ -- Bastian Germann <b...@debian.org>  Tue, 02 Apr 2024 21:34:01 +0000
+
 searchandrescue (1.5.0+dfsg-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -5,7 +13,7 @@
   * Set Priority: optional.
   * Drop noop postinst.
   * Drop all lintian overrides which are invalid or not needed.
-  * Set LD_LIBRARY_PATH for configure. (Closes: #1019738)
+  * Set LD_LIBRARY_PATH for configure.
   * Convert to source format 3.0. (Closes: #1007284)
 
  -- Bastian Germann <b...@debian.org>  Sat, 23 Mar 2024 12:20:00 +0000
diff -Nru searchandrescue-1.5.0+dfsg/debian/rules 
searchandrescue-1.5.0+dfsg/debian/rules
--- searchandrescue-1.5.0+dfsg/debian/rules     2024-03-23 12:20:00.000000000 
+0000
+++ searchandrescue-1.5.0+dfsg/debian/rules     2024-04-02 21:34:01.000000000 
+0000
@@ -12,7 +12,7 @@
        dh_testdir
        # Add here commands to configure the package.
        # Modified to include dpkg-buildflags.
-       LD_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) ./configure Linux 
--ignore-environments --CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
+       LD_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) ./configure Linux
 
 
        touch configure-stamp
@@ -63,9 +63,6 @@
        install -d -g root -m 755 -o root 
`pwd`/debian/searchandrescue/usr/share/applications
        install -m 644 debian/SearchAndRescue.desktop 
`pwd`/debian/searchandrescue/usr/share/applications/SearchAndRescue.desktop
 
-       # Icons
-       for r in 64x64 96x96 128x128 256x256; do install -d -g root -m 755 -o 
root `pwd`/debian/searchandrescue-common/usr/share/icons/hicolor/$${r}/apps; 
install -o root -g root -m 644 debian/icons/SearchAndRescue-$${r}.png 
`pwd`/debian/searchandrescue-common/usr/share/icons/hicolor/$${r}/apps/SearchAndRescue.png;done
-
        # Un-bzip the manpage.
        bunzip2 
`pwd`/debian/searchandrescue/usr/share/man/man6/SearchAndRescue.6.bz2
        # Move it to the common package.

Reply via email to