[pkg-wpa-devel] r1091 - in /wpasupplicant/trunk/debian: changelog patches/30_src_clean_existing_dirs.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Fri Feb 1 14:58:37 UTC 2008


Author: kelmo-guest
Date: Fri Feb  1 14:58:37 2008
New Revision: 1091

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1091
Log:
* Add debian/patches/30_src_clean_existing_dirs.patch to adjust upstream
  build system for removal of src/wps (as done in upstream build_release
  script).

Added:
    wpasupplicant/trunk/debian/patches/30_src_clean_existing_dirs.patch
Modified:
    wpasupplicant/trunk/debian/changelog

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1091&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Fri Feb  1 14:58:37 2008
@@ -2,8 +2,11 @@
 
   * New Upstream git snapshot.
   * Drop all patches applied to upstream git.
-
- -- Kel Modderman <kel at otaku42.de>  Sat, 02 Feb 2008 00:47:19 +1000
+  * Add debian/patches/30_src_clean_existing_dirs.patch to adjust upstream
+    build system for removal of src/wps (as done in upstream build_release
+    script).
+
+ -- Kel Modderman <kel at otaku42.de>  Sat, 02 Feb 2008 00:57:50 +1000
 
 wpasupplicant (0.6.2-2) UNRELEASED; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/30_src_clean_existing_dirs.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/30_src_clean_existing_dirs.patch?rev=1091&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/30_src_clean_existing_dirs.patch (added)
+++ wpasupplicant/trunk/debian/patches/30_src_clean_existing_dirs.patch Fri Feb  1 14:58:37 2008
@@ -1,0 +1,9 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -4,5 +4,5 @@
+ 	@echo Nothing to be made.
+ 
+ clean:
+-	for d in $(SUBDIRS); do $(MAKE) -C $$d clean; done
++	for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done
+ 	rm -f *~




More information about the Pkg-wpa-devel mailing list