Bug#648472: sysvinit: Please support build-arch and build-indep targets

November 11th, 2011 - 04:50 pm ET by Niels Thykier | Report spam
This is a multi-part MIME message sent by reportbug.


MIME-Version: 1.0

Source: sysvinit
Severity: wishlist
Tags: patch
User: debian-qa@lists.debian.org
Usertags: build-arch-target

Hi,

Please see attached patch as an example of how to do this. For more
information, please refer to [1].

~Niels

[1] https://wiki.debian.org/ReleaseGoal...ArchTarget

MIME-Version: 1.0

diff -u sysvinit-2.88dsf/debian/rules sysvinit-2.88dsf/debian/rules
sysvinit-2.88dsf/debian/rules
+++ sysvinit-2.88dsf/debian/rules
@@ -55,7 +55,9 @@
QUILT_PATCHES=patches quilt --quiltrc /dev/null pop -a -R || test $$? = 2
rm -rf .pc debian/startpar/.pc $(PATCH_STAMP)

-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: patch
# Builds the binary package.
dh_testdir
diff -u sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog
sysvinit-2.88dsf/debian/changelog
+++ sysvinit-2.88dsf/debian/changelog
@@ -1,3 +1,10 @@
+sysvinit (2.88dsf-13.14) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * Added build-arch and build-indep targets to debian/rules.
+
+ -- Niels Thykier <niels@thykier.net> Fri, 11 Nov 2011 22:29:41 +0100
+
sysvinit (2.88dsf-13.13) unstable; urgency=low

* Non-maintainer upload.




To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Roger Leigh
November 15th, 2011 - 04:40 am ET | Report spam
tags 648472 + pending
thanks

On Fri, Nov 11, 2011 at 10:39:04PM +0100, Niels Thykier wrote:
Please see attached patch as an example of how to do this. For more
information, please refer to [1].



Fixed in git now, thanks.


Regards,
Roger

.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.



To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics