[pkg-wpa-devel] r1322 - in /iw/trunk/debian: changelog rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Feb 8 11:58:16 UTC 2009
Author: kelmo-guest
Date: Sun Feb 8 11:58:15 2009
New Revision: 1322
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1322
Log:
* Target upload to unstable now that a versioned conflict against
aircrack-ng is in place.
* Use $@ instead of explicit build-stamp/install-stamp in debian/rules.
Modified:
iw/trunk/debian/changelog
iw/trunk/debian/rules
Modified: iw/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/changelog?rev=1322&op=diff
==============================================================================
--- iw/trunk/debian/changelog (original)
+++ iw/trunk/debian/changelog Sun Feb 8 11:58:15 2009
@@ -8,14 +8,17 @@
* Add debian/watch.
* Versioned conflict with aircrack-ng (<< 1:1.0~rc2-1), which shipped and
own copy of iw until that version. (Closes: #514344)
+ * Target upload to unstable now that a versioned conflict against
+ aircrack-ng is in place.
[ Loic Minier ]
* Let install-stamp depend on build-stamp instead of install depending on
install-stamp and build.
* List build, clean, install, binary-arch, binary-indep and binary in
.PHONY.
+ * Use $@ instead of explicit build-stamp/install-stamp in debian/rules.
- -- Kel Modderman <kel at otaku42.de> Sun, 08 Feb 2009 05:37:49 +1000
+ -- Kel Modderman <kel at otaku42.de> Sun, 08 Feb 2009 21:57:34 +1000
iw (0.9.6-1) experimental; urgency=low
Modified: iw/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/rules?rev=1322&op=diff
==============================================================================
--- iw/trunk/debian/rules (original)
+++ iw/trunk/debian/rules Sun Feb 8 11:58:15 2009
@@ -8,7 +8,7 @@
#build-stamp: $(QUILT_STAMPFN)
build-stamp:
dh build
- touch build-stamp
+ touch $@
#clean: unpatch
clean:
@@ -17,7 +17,7 @@
install: install-stamp
install-stamp: build-stamp
dh install
- touch install-stamp
+ touch $@
binary-arch: install
dh binary-arch
More information about the Pkg-wpa-devel
mailing list