Control: tag -1 pending

Dear maintainer,

I've prepared an NMU for libusb (versioned as 2:0.1.12-23.3) and
uploaded it to DELAYED/10.  Please feel free to tell me if I should
delay it longer.

Regards,

-- 
Colin Watson                                       [cjwat...@debian.org]
diff -Nru libusb-0.1.12/debian/changelog libusb-0.1.12/debian/changelog
--- libusb-0.1.12/debian/changelog	2013-05-24 10:58:04.000000000 +0100
+++ libusb-0.1.12/debian/changelog	2013-11-14 11:58:18.000000000 +0000
@@ -1,3 +1,14 @@
+libusb (2:0.1.12-23.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build in obj-$(DEB_HOST_GNU_TYPE) rather than obj-$(DEB_BUILD_GNU_TYPE),
+    which is less confusing since the former corresponds to the architecture
+    we're building for.
+  * Cross-build the udeb pass if requested, as well as the deb pass (closes:
+    #694016).
+
+ -- Colin Watson <cjwat...@debian.org>  Thu, 14 Nov 2013 11:58:14 +0000
+
 libusb (2:0.1.12-23.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libusb-0.1.12/debian/rules libusb-0.1.12/debian/rules
--- libusb-0.1.12/debian/rules	2013-04-27 17:40:57.000000000 +0100
+++ libusb-0.1.12/debian/rules	2013-11-14 11:57:49.000000000 +0000
@@ -39,7 +39,7 @@
 	INSTALL_PROGRAM += -s
 endif
 
-objdir = $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
+objdir = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)
 objdir_udeb = $(objdir)-udeb
 
 configure: configure-deb-stamp configure-udeb-stamp
@@ -86,6 +86,8 @@
 	# run configure with build tree $(objdir_udeb)
 	cd $(objdir_udeb) && \
 		CPPFLAGS="$(CPPFLAGS_UDEB)" CFLAGS="$(CFLAGS_UDEB)" CXXFLAGS="$(CXXFLAGS_UDEB)" LDFLAGS="$(LDFLAGS_UDEB)" ../configure \
+			--host=$(DEB_HOST_GNU_TYPE) \
+			--build=$(DEB_BUILD_GNU_TYPE) \
 			--prefix=/usr \
 			--mandir=/usr/share/man \
 			--infodir=/usr/share/info \

Reply via email to