Package: qrencode Version: 3.1.1-1 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Build and run the test suite. Thanks for considering the patch.
diff -u qrencode-3.1.1/debian/rules qrencode-3.1.1/debian/rules --- qrencode-3.1.1/debian/rules +++ qrencode-3.1.1/debian/rules @@ -31,7 +31,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + ./configure --with-tests --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-stamp @@ -41,6 +41,10 @@ # Add here commands to compile the package. $(MAKE) +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + cd tests && ./test_all.sh +endif + touch $@ clean: