diff -Nru debirf-0.37/debian/changelog debirf-0.38/debian/changelog --- debirf-0.37/debian/changelog 2017-05-18 16:10:07.000000000 +0000 +++ debirf-0.38/debian/changelog 2018-01-08 23:43:42.000000000 +0000 @@ -1,3 +1,25 @@ +debirf (0.38) unstable; urgency=medium + + [ Daniel Kahn Gillmor ] + * added btrfs-progs to rescue profile + + [ Chris Lamb ] + * Make build reproducible (Closes: #859302) + + [ Daniel Kahn Gillmor ] + * re-added scsitools, since #686881 got fixed + * added p7zip due (request from taggart) + * wrap-and-sort -ast + * standards-version: bump to 4.1.3 (moved to Priority: optional) + * move to debhelper 11 + * move to salsa.debian.org + * d/changelog: strip trailing whitespace + * avoid using asterisk in NEWS + * add an autopkgtest autobuilder + * fix tar sort order + + -- Daniel Kahn Gillmor Mon, 08 Jan 2018 18:43:42 -0500 + debirf (0.37) unstable; urgency=medium [ JH Chatenet ] @@ -54,10 +76,10 @@ [ Jameson Rollins ] * fix comments about default suite in example config files. Thanks, Simon Elsbrock! (Closes: #656138) - + [ Matt Taggart ] * ddrescue was dropped in favor of gddrescue (Closes: #685138) - + [ Daniel Kahn Gillmor ] * removed scsitools from rescue module due to maintainer script breakage under fakechroot (see #686881) @@ -148,8 +170,8 @@ - don't require partimage for rescue image on ubuntu, since it is not available on amd64 there (see LP 198724) * Bumped Standards-Version to 3.8.4 (no changes needed) - * included revision number in debian/copyright for DEP5 - + * included revision number in debian/copyright for DEP5 + -- Daniel Kahn Gillmor Wed, 17 Feb 2010 01:39:34 -0500 debirf (0.26-1) unstable; urgency=low @@ -198,7 +220,7 @@ * fixed broken sed expression in nest library search (thanks, Guido Günther) (Closes: #509381) * bumped policy to 3.8.1 (no changes needed). - + -- Daniel Kahn Gillmor Tue, 16 Jun 2009 13:34:05 -0400 debirf (0.22-1) unstable; urgency=low @@ -294,7 +316,7 @@ debirf (0.17-1) unstable; urgency=low - * actually release really stupid bugs in getopt code associated with + * actually release really stupid bugs in getopt code associated with gpg debootstrap verification. * edited README to align with new debirf verbs, and to make the examples more concrete. @@ -343,7 +365,7 @@ * added root-passwd module, and added it to xkiosk profile. * added Vcs-Svn, Vcs-Browser, and XS-Dm-Upload-Allowed fields to debian/control - * make xkiosk back off if there are 5 restarts in under a minute + * make xkiosk back off if there are 5 restarts in under a minute (closes CMRG #74) * remove PCI device ID from default xorg.conf (autodetection seems to work better) @@ -441,7 +463,7 @@ debirf (0.5) unstable; urgency=low - * fixed old broken references to DEBIAN_PATH environment variable + * fixed old broken references to DEBIAN_PATH environment variable * fix apt-get-disk-rescue plugin to stop mdadm daemon after install (was preventing /proc from being unmounted) * tweaked install-kernel plugin diff -Nru debirf-0.37/debian/compat debirf-0.38/debian/compat --- debirf-0.37/debian/compat 2016-05-08 18:34:44.000000000 +0000 +++ debirf-0.38/debian/compat 2018-01-08 22:53:43.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru debirf-0.37/debian/control debirf-0.38/debian/control --- debirf-0.37/debian/control 2017-05-18 15:24:00.000000000 +0000 +++ debirf-0.38/debian/control 2018-01-08 22:53:43.000000000 +0000 @@ -1,28 +1,34 @@ Source: debirf Section: admin -Priority: extra +Priority: optional Maintainer: Jameson Graef Rollins -Uploaders: Daniel Kahn Gillmor -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.8 +Uploaders: + Daniel Kahn Gillmor , +Build-Depends: + debhelper (>= 11~), + tar (>= 1.28), +Standards-Version: 4.1.3 Homepage: http://cmrg.fifthhorseman.net/wiki/debirf -Vcs-Git: https://anonscm.debian.org/git/collab-maint/debirf -Vcs-Browser: https://anonscm.debian.org/git/collab-maint/debirf +Vcs-Git: https://salsa.debian.org/debian/debirf.git +Vcs-Browser: https://salsa.debian.org/debian/debirf Package: debirf Architecture: all -Depends: apt, - cpio, - debootstrap, - fakechroot, - fakeroot, - klibc-utils, - xz-utils, - ${misc:Depends} -Recommends: grub-common (>= 1.98+20100804) | isolinux, - lsb-release, - xorriso -Suggests: syslinux-common +Depends: + apt, + cpio, + debootstrap, + fakechroot, + fakeroot, + klibc-utils, + xz-utils, + ${misc:Depends}, +Recommends: + grub-common (>= 1.98+20100804) | isolinux, + lsb-release, + xorriso, +Suggests: + syslinux-common, Description: build a kernel and initrd to run Debian from RAM debirf (DEBian on Initial Ram Filesystem) is a set of tools designed to create and prepare a kernel and initial ram filesystem that can diff -Nru debirf-0.37/debian/NEWS debirf-0.38/debian/NEWS --- debirf-0.37/debian/NEWS 2016-05-09 02:37:31.000000000 +0000 +++ debirf-0.38/debian/NEWS 2018-01-08 23:42:00.000000000 +0000 @@ -1,19 +1,19 @@ debirf (0.36) unstable; urgency=medium - * Debirf can now better handle all package includes/excludes entirely - during the debootstrap stage. Package includes/excludes can either be - specified in a profile "packages" file (as a one-per-line '+'/'-' - list), or using a "#DEBIRF_PACKAGE>" comment in module scripts. See - debirf(1) for more info. + Debirf can now better handle all package includes/excludes entirely + during the debootstrap stage. Package includes/excludes can either be + specified in a profile "packages" file (as a one-per-line '+'/'-' + list), or using a "#DEBIRF_PACKAGE>" comment in module scripts. See + debirf(1) for more info. -- Jameson Graef Rollins Sun, 08 May 2016 19:07:31 -0700 debirf (0.24-1) unstable; urgency=low - * Due to incompatibilities between squeeze and lenny, it is currently - not possible to build a lenny debirf image on a squeeze or newer - system. Squeeze is now the default distro for debirf images. For - more info, see: http://cmrg.fifthhorseman.net/ticket/105 + Due to incompatibilities between squeeze and lenny, it is currently + not possible to build a lenny debirf image on a squeeze or newer + system. Squeeze is now the default distro for debirf images. For + more info, see: http://cmrg.fifthhorseman.net/ticket/105 -- Jameson Graef Rollins Tue, 29 Sep 2009 18:03:27 +0200 diff -Nru debirf-0.37/debian/tests/autobuild debirf-0.38/debian/tests/autobuild --- debirf-0.37/debian/tests/autobuild 1970-01-01 00:00:00.000000000 +0000 +++ debirf-0.38/debian/tests/autobuild 2018-01-08 23:42:00.000000000 +0000 @@ -0,0 +1,17 @@ +#!/bin/bash + +set -e + +# Author: Daniel Kahn Gillmor + +cd "$AUTOPKGTEST_TMP" + +SUITES=unstable /usr/share/doc/debirf/autobuilder + +cd profiles/"$(dpkg --print-architecture)" + +cp -a sha256sums.txt index.html "$AUTOPKGTEST_ARTIFACTS"/ +for x in */*; do + mkdir -p "$AUTOPKGTEST_ARTIFACTS/$x" + mv "$x/*.cgz" "$x/*.iso" "$x/vmlinu*" "$AUTOPKGTEST_ARTIFACTS/$x/" +done diff -Nru debirf-0.37/debian/tests/control debirf-0.38/debian/tests/control --- debirf-0.37/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ debirf-0.38/debian/tests/control 2018-01-08 23:42:00.000000000 +0000 @@ -0,0 +1,2 @@ +Tests: autobuild +Depends: @, grub-common, lsb-release, xorriso, syslinux-common diff -Nru debirf-0.37/doc/example-profiles/rescue/packages debirf-0.38/doc/example-profiles/rescue/packages --- debirf-0.37/doc/example-profiles/rescue/packages 2017-05-18 16:10:07.000000000 +0000 +++ debirf-0.38/doc/example-profiles/rescue/packages 2017-09-15 21:50:26.000000000 +0000 @@ -1,5 +1,6 @@ +blktool +bonnie++ ++btrfs-progs +chntpw +cryptsetup +diskscan @@ -29,12 +30,14 @@ +mtd-utils +ntfs-3g +nvramtool ++p7zip-full +parted +partimage +pciutils +rsync +screen +scrub ++scsitools +sdparm +sg3-utils +smartmontools diff -Nru debirf-0.37/Makefile debirf-0.38/Makefile --- debirf-0.37/Makefile 2016-05-09 00:08:51.000000000 +0000 +++ debirf-0.38/Makefile 2018-01-08 23:43:05.000000000 +0000 @@ -24,7 +24,7 @@ for m in $(shell cat $<); do ln -s /usr/share/debirf/modules/$$m $@/; done doc/example-profiles/%.tgz: doc/example-profiles/% doc/example-profiles/%/modules - (cd doc/example-profiles && tar c --mtime="$(BUILD_DATE)" --owner=0 --group=0 --numeric-owner --mode=u=rwX,go=rX --exclude='*~' $(notdir $<)) | gzip -9 -n > "$@" + (cd doc/example-profiles && tar c --sort=name --mtime="$(BUILD_DATE)" --owner=0 --group=0 --numeric-owner --mode=u=rwX,go=rX --exclude='*~' $(notdir $<)) | gzip -9 -n > "$@" install: installman profiles mkdir -p $(DESTDIR)$(PREFIX)/bin