Control: tags 999238 patch pending

Hi LaMont,

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

Regards,

-- 
Colin Watson                                       [cjwat...@debian.org]
diff -u xdelta-1.1.3/debian/changelog xdelta-1.1.3/debian/changelog
--- xdelta-1.1.3/debian/changelog
+++ xdelta-1.1.3/debian/changelog
@@ -1,3 +1,10 @@
+xdelta (1.1.3-9.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Add build-arch and build-indep targets (closes: #999238).
+
+ -- Colin Watson <cjwat...@debian.org>  Wed, 15 Dec 2021 12:15:05 +0000
+
 xdelta (1.1.3-9.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u xdelta-1.1.3/debian/rules xdelta-1.1.3/debian/rules
--- xdelta-1.1.3/debian/rules
+++ xdelta-1.1.3/debian/rules
@@ -24,13 +24,15 @@
 	CPPFLAGS=`glib-config --cflags` CFLAGS="${CFLAGS}" \
 	  dh_auto_configure
 
-build: build-stamp
+build build-arch: build-stamp
 
 build-stamp: config.status
 	dh_testdir
 	$(MAKE)
 	touch $@
 
+build-indep:
+
 autofiles:
 	#libtoolize --automake --copy --force
 	#aclocal
@@ -57,12 +59,12 @@
 
 	dh_install --sourcedir=debian/tmp --list-missing
 
-binary-indep: build install
+binary-indep: build-indep
 # There are no architecture-independent files to be uploaded
 # generated by this package.  If there were any they would be
 # made here.
 
-binary-arch: build install
+binary-arch: build-arch install
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs -a
@@ -81,4 +83,4 @@
 	dh_builddeb -a
 
 binary:	binary-indep binary-arch
-.PHONY: build clean binary-arch binary-indep binary install
+.PHONY: build-arch build-indep build clean binary-arch binary-indep binary install

Reply via email to