tags 865688 + pending patch
tags 1020651 + pending patch
thanks

I've just uploaded xmlrpc-epi 0.54.2-1.3 to DELAYED/10:
  
  xmlrpc-epi (0.54.2-1.3) unstable; urgency=medium
  .
    * Non-maintainer upload.
    * Apply a patch from Helmut Grohne to make the xmlrpc-epi build in a
      cross-architecture situation. (Closes: #865688)
    * Move to dpkg-buildflags(1) in order to make the build reproducible.
      (Closes: #1020651)

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diffstat for xmlrpc-epi_0.54.2-1.2 xmlrpc-epi_0.54.2-1.3

 changelog |   10 ++++++++++
 rules     |   18 +++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

diff -u xmlrpc-epi-0.54.2/debian/changelog xmlrpc-epi-0.54.2/debian/changelog
--- xmlrpc-epi-0.54.2/debian/changelog
+++ xmlrpc-epi-0.54.2/debian/changelog
@@ -1,3 +1,13 @@
+xmlrpc-epi (0.54.2-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply a patch from Helmut Grohne to make the xmlrpc-epi build in a
+    cross-architecture situation. (Closes: #865688)
+  * Move to dpkg-buildflags(1) in order to make the build reproducible.
+    (Closes: #1020651)
+
+ -- Chris Lamb <la...@debian.org>  Thu, 08 Dec 2022 17:34:51 +0000
+
 xmlrpc-epi (0.54.2-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u xmlrpc-epi-0.54.2/debian/rules xmlrpc-epi-0.54.2/debian/rules
--- xmlrpc-epi-0.54.2/debian/rules
+++ xmlrpc-epi-0.54.2/debian/rules
@@ -6,24 +6,20 @@
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+export DEB_BUILD_MAINT_OPTIONS = hardening=-format
 
-CFLAGS = -Wall -g
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
-else
-       CFLAGS += -O2
-endif
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 config.status:
        dh_testdir
        dh_autoreconf
-       ./configure --build=$(DEB_BUILD_GNU_TYPE) 
--includedir=/usr/include/xmlrpc-epi \
+       dh_auto_configure -- --includedir=/usr/include/xmlrpc-epi \
                --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info \
-               CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" 
$(DEB_CONFIGURE_EXTRA_FLAGS)
+               $(DEB_CONFIGURE_EXTRA_FLAGS)
 
 build: build-arch build-indep
 build-arch: build-stamp

Reply via email to