From d842ccd9f10379bf287442bd8f954bcae881f8e2 Mon Sep 17 00:00:00 2001 From: John Rigby Date: Mon, 13 Sep 2010 10:58:20 -0600 Subject: LINARO: Packaging clean up Update Vcs-Git: git://git.linaro.org/boot/u-boot-linaro-stable.git Eliminate quilt and rsync build dependencies Remove linaro from package version string Signed-off-by: John Rigby --- debian/changelog | 7 +++++-- debian/control | 4 ++-- debian/rules | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7eadb81e3..e498a8a01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -u-boot-linaro (2010.09-rc1-linaro-0ubuntu2) UNRELEASED; urgency=low +u-boot-linaro (2010.09-rc1-0ubuntu2) maverick; urgency=low [ John Rigby ] * Update upstream base to v2010.09-rc1 + * Update Vcs-Git: git://git.linaro.org/boot/u-boot-linaro-stable.git + * Eliminate quilt and rsync build dependencies + * Remove linaro from package version string - -- John Rigby Mon, 13 Sep 2010 10:53:27 -0600 + -- John Rigby Mon, 13 Sep 2010 12:42:08 -0600 u-boot-linaro (2010.06-695-gbd23130-linaro-0ubuntu1) maverick; urgency=low diff --git a/debian/control b/debian/control index b818a54fc..6b9195d18 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: misc Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: John Rigby -Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), rsync +Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.8.4 -Vcs-Git: git://git.linaro.org/ubuntu/u-boot-linaro-stable.git +Vcs-Git: git://git.linaro.org/boot/u-boot-linaro-stable.git Package: u-boot-linaro-omap3-beagle Architecture: armel diff --git a/debian/rules b/debian/rules index 365d34c4b..b3b5d7d01 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ PLATFORMS_AND_TARGETS= \ omap4_panda u-boot.bin omap4-panda %: - dh --with quilt $@ + dh $@ override_dh_auto_configure: @ @@ -38,9 +38,9 @@ override_dh_auto_build: echo $(PLATFORMS_AND_TARGETS)| xargs -n 3 | \ while read plat target deb; do \ mkdir -p debian/build/$$plat; \ - rsync -a --exclude=debian * debian/build/$$plat; \ - $(MAKE) -C debian/build/$$plat $${plat}_config; \ - $(MAKE) -C debian/build/$$plat $$target; \ + $(MAKE) O=$$PWD/debian/build/$$plat $${plat}_config; \ + find debian/build; \ + $(MAKE) O=$$PWD/debian/build/$$plat; \ done override_dh_auto_install: -- cgit v1.2.3