diffstat of debian/ for libpipeline_1.2.2-1 libpipeline_1.2.2-SprezzOS1 changelog | 6 ++++++ control | 5 +++-- rules | 9 ++++----- 3 files changed, 13 insertions(+), 7 deletions(-) --- libpipeline-1.2.2/debian/changelog 2012-09-17 22:33:16.000000000 +0000 +++ libpipeline-1.2.2/debian/changelog 2013-01-27 10:43:06.000000000 +0000 @@ -1,3 +1,9 @@ +libpipeline (1.2.2-SprezzOS1) unstable; urgency=low + + * SprezzOS build + + -- Nick Black Thu, 24 Jan 2013 11:19:50 -0500 + libpipeline (1.2.2-1) unstable; urgency=low * New upstream release. --- libpipeline-1.2.2/debian/control 2012-09-17 22:26:00.000000000 +0000 +++ libpipeline-1.2.2/debian/control 2013-01-27 10:43:06.000000000 +0000 @@ -1,8 +1,9 @@ Source: libpipeline Section: libs Priority: important -Maintainer: Colin Watson -Standards-Version: 3.9.3 +Maintainer: Nick Black +XSBC-Original-Maintainer: Colin Watson +Standards-Version: 3.9.4 Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.9.0~), pkg-config, check Homepage: http://libpipeline.nongnu.org/ Vcs-Bzr: http://anonscm.debian.org/bzr/users/cjwatson/libpipeline/trunk/ --- libpipeline-1.2.2/debian/rules 2012-06-25 23:01:26.000000000 +0000 +++ libpipeline-1.2.2/debian/rules 2013-01-27 10:43:06.000000000 +0000 @@ -1,17 +1,13 @@ #! /usr/bin/make -f -%: - dh $@ --builddirectory=debian/build DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow,+pie -export V := 1 - override_dh_auto_test: # libcheck.a isn't built with -fPIC, so we have trouble on amd64 if # we link with -fPIC etc. here. - dh_auto_test -- LDFLAGS= + #dh_auto_test -- LDFLAGS= override_dh_auto_install: dh_auto_install @@ -25,3 +21,6 @@ override_dh_makeshlibs: dh_makeshlibs -V'libpipeline1 (>= $(VERSION_MINOR))' -- -c4 + +%: + dh $@ --builddirectory=debian/build