Merge branch 'debian'
authorEvgeni Golov <evgeni@golov.de>
Thu, 10 Apr 2014 06:22:53 +0000 (08:22 +0200)
committerEvgeni Golov <evgeni@golov.de>
Thu, 10 Apr 2014 06:22:53 +0000 (08:22 +0200)
1  2 
debian/changelog
debian/rules

@@@ -1,29 -1,21 +1,47 @@@
+ live-boot (4.0~alpha21-1) unstable; urgency=low
+   * Building with dh --parallel.
+  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:55:30 +0200
+ live-boot (4.0~alpha20-1) unstable; urgency=low
+   [ Trent W. Buck ]
+   * Fix cut-and-paste typo verify-checksums -> panic.
+   [ Evgeni Golov ]
+   * Properly check if $rc_server1 is not "0.0.0.0".
+   * Supporting resolvconf in the squashfs.
+   * Do not throw warnings when /tmp/custom_mounts.list does not exist.
+  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:38:22 +0200
 +live-boot (4.0~alpha19-1+grml.3) unstable; urgency=medium
 +
 +  * [8acc928] try to be smarter when booting a squashfs image from
 +              the network and using resolvconf in it.
 +
 + -- Evgeni Golov <evgeni@grml.org>  Tue, 25 Mar 2014 17:49:22 +0100
 +
 +live-boot (4.0~alpha19-1+grml.2) unstable; urgency=medium
 +
 +  * [805c218] VLAN support via boot option "vlan=<vid>:<phydevice>"
 +
 + -- Michael Prokop <mika@grml.org>  Mon, 17 Mar 2014 23:43:24 +0100
 +
 +live-boot (4.0~alpha19-1+grml.1) unstable; urgency=medium
 +
 +  * Sync Debian's 4.0~alpha19-1.
 +  * update our patches on top of Debian's 4.0~alpha19
 +    Droped patches:
 +     - 43_fix_udev_usage_in_is_nice_device.patch
 +     - 44_fix_mdadm_usage_for_findiso.patch
 +  * move Grml-specific patches to a separate subfolder
 +  * move reverts/restores of old upstream behaviour to an own subdir
 +  * consolidate Grml network related patches into 15_networking_grml.patch
 +
 + -- Evgeni Golov <evgeni@grml.org>  Sat, 08 Mar 2014 13:59:28 +0100
 +
  live-boot (4.0~alpha19-1) experimental; urgency=low
  
    * Updating copyright notices for 2014.
diff --cc debian/rules
@@@ -1,11 -1,7 +1,11 @@@
  #!/usr/bin/make -f
  
 +build:
 +      # regular build.
 +      dh build
 +
  %:
-       dh ${@} --with quilt
 -      dh ${@} --parallel
++      dh ${@} --with quilt --parallel
  
  override_dh_auto_install:
        dh_auto_install -- DESTDIR=debian/tmp