[Pkg-electronics-commits] [SCM] Packaging for Gerbv branch, master, updated. debian/2.4.0-1-10-g4230f58
Gudjon I. Gudjonsson
gudjon at gudjon.org
Sat Jun 18 09:35:53 UTC 2011
The following commit has been merged in the master branch:
commit 4230f58c0bea52a33c8445ccb42a827df5bb7918
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date: Sat Jun 18 11:34:52 2011 +0200
Change build targets in rules file to new standard
modified: debian/changelog
modified: debian/rules
diff --git a/debian/changelog b/debian/changelog
index 9eeeafa..3ebe1d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ gerbv (2.5.0-1) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
* Rewrote both patches in quilt format
* Change debhelper dependency to 8
+ * Changed build targets according to new standard
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sat, 18 Jun 2011 11:07:05 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sat, 18 Jun 2011 11:32:33 +0200
gerbv (2.4.0-1.1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index ea25525..ab3b7d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,10 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
endif
./configure --prefix=/usr --enable-exportpng --disable-update-desktop-database
-build: build-stamp
-build-stamp: config.status
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
dh_testdir
$(MAKE)
--
Packaging for Gerbv
More information about the Pkg-electronics-commits
mailing list