Publish my changes to git, as jcristau requested on #debian-boot.
This commit is contained in:
parent
c73b19147c
commit
8ea2bd8e07
3 changed files with 9 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
partman-btrfs (20+nmu1) experimental; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Change dependency on btrfs-tools to btrfs-progs.
|
||||
|
||||
-- Nicholas D Steeves <nsteeves@gmail.com> Fri, 08 Apr 2016 16:08:03 -0400
|
||||
|
||||
partman-btrfs (20) unstable; urgency=medium
|
||||
|
||||
[ Colin Watson ]
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -10,6 +10,6 @@ Vcs-Git: https://anonscm.debian.org/git/d-i/partman-btrfs.git
|
|||
Package: partman-btrfs
|
||||
Package-Type: udeb
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, btrfs-tools-udeb, btrfs-modules, partman-basicfilesystems (>= 59), partman-base (>= 124)
|
||||
Depends: ${misc:Depends}, btrfs-progs-udeb, btrfs-modules, partman-basicfilesystems (>= 59), partman-base (>= 124)
|
||||
Provides: partman-filesystem
|
||||
Description: Add to partman support for btrfs
|
||||
|
|
|
|||
|
|
@ -23,5 +23,5 @@ for dev in $DEVICES/*; do
|
|||
done
|
||||
|
||||
if [ "$btrfs" = yes ]; then
|
||||
apt-install btrfs-tools || true
|
||||
apt-install btrfs-progs || true
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue