Merge branch 'master' into thumb
authorDennis Groenen <tj.groenen@gmail.com>
Sun, 27 Jan 2013 12:38:01 +0000 (13:38 +0100)
committerDennis Groenen <tj.groenen@gmail.com>
Sun, 27 Jan 2013 12:38:01 +0000 (13:38 +0100)
Conflicts:
debian/changelog
debian/rules

1  2 
debian/changelog
debian/config/config.busybox
debian/control
debian/rules

@@@ -1,9 -1,11 +1,17 @@@
+ busybox-power (1.21.0power1) unstable; urgency=low
+   * New upstream release (BusyBox 1.21.0)
+   * Correct the symlink locations of several applets
+   * Generate busybox-power-althist package
+  -- Dennis Groenen <tj.groenen@gmail.com>  Tue, 22 Jan 2013 12:45:45 +0100
 +busybox-power (1.20.2power5+thumb0) unstable; urgency=low
 +
 +  * Merged master
 +
 + -- Dennis Groenen <tj.groenen@gmail.com>  Fri, 30 Nov 2012 19:58:28 +0100
 +
  busybox-power (1.20.2power5) unstable; urgency=low
  
    * Introduce Diablo support (by Teemu Ikonen)
Simple merge
diff --cc debian/control
Simple merge
diff --cc debian/rules
@@@ -13,9 -13,9 +13,9 @@@ STAMPS_DIR = debian/stamp
  ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CONFIG_DEBUG = y
  endif
 -ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
 +#ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
- THUMB := -mthumb
+       THUMB := -mthumb
 -endif
 +#endif
  
  ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
      PARALLEL_JOBS := $(shell echo $(DEB_BUILD_OPTIONS) | \