summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/.gitignore2
-rw-r--r--debian/bcache-tools.preinst25
-rw-r--r--debian/bcachefs-tools.dirs (renamed from debian/bcache-tools.dirs)0
-rw-r--r--debian/changelog8
-rw-r--r--debian/control20
-rw-r--r--debian/watch5
6 files changed, 11 insertions, 49 deletions
diff --git a/debian/.gitignore b/debian/.gitignore
index 957abf01..04bfc77c 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -1,3 +1,3 @@
-bcache-tools*
+bcachefs-tools*
debhelper-build-stamp
files
diff --git a/debian/bcache-tools.preinst b/debian/bcache-tools.preinst
deleted file mode 100644
index d2e70952..00000000
--- a/debian/bcache-tools.preinst
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-oldscript=/etc/initramfs-tools/hooks/bcache
-dpkg-maintscript-helper rm_conffile $oldscript 1.0.1-1~ -- "$@"
-case "$1" in
- install|upgrade)
- if [ -f $oldscript ]; then
- for hash in ca5a1c3f716e3ec69057f657cb79cee2f47c7ef6619983d86e647ac1f9f1f099 \
- 74c5338e21c926d3cbbc1b44c5525667dc964fe91189ffa6b11352974ef56950
- do
- if echo "$hash $oldscript" |
- sha256sum --check --status -; then
- # Old conffile was not modified, let's just remove it
- rm -f $oldscript
- fi
- done
- if [ -f $oldscript ]; then
- # Otherwise, disable and rename it
- chmod -x $oldscript
- mv $oldscript $oldscript.dpkg-remove
- fi
- fi
- ;;
-esac
-#DEBHELPER#
diff --git a/debian/bcache-tools.dirs b/debian/bcachefs-tools.dirs
index ea98e984..ea98e984 100644
--- a/debian/bcache-tools.dirs
+++ b/debian/bcachefs-tools.dirs
diff --git a/debian/changelog b/debian/changelog
index 78965101..26d64694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-bcache-tools (1.0.8-2~bpo8+1) jessie-backports; urgency=medium
+bcachefs-tools (1.0.8-2~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
-- Mathieu Parent <sathieu@debian.org> Mon, 21 Sep 2015 21:18:39 +0200
-bcache-tools (1.0.8-2) unstable; urgency=medium
+bcachefs-tools (1.0.8-2) unstable; urgency=medium
* Only run update-initramfs if installed. Fix dracut. (Closes: #788442)
-- David Mohr <david@mcbf.net> Thu, 11 Jun 2015 10:23:48 -0600
-bcache-tools (1.0.8-1) unstable; urgency=medium
+bcachefs-tools (1.0.8-1) unstable; urgency=medium
[ James Page ]
* d/control: Add Vcs fields.
@@ -28,7 +28,7 @@ bcache-tools (1.0.8-1) unstable; urgency=medium
-- David Mohr <david@mcbf.net> Tue, 26 May 2015 20:57:58 -0600
-bcache-tools (1.0.7-1) unstable; urgency=medium
+bcachefs-tools (1.0.7-1) unstable; urgency=medium
[ David Mohr ]
* Based on work by Gabriel de Perthuis <g2p.code+debian@gmail.com>
diff --git a/debian/control b/debian/control
index 20cfd118..8c003fcc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,17 @@
-Source: bcache-tools
-Maintainer: David Mohr <david@mcbf.net>
-Uploaders: Robie Basak <robie@justgohome.co.uk>
+Source: bcachefs-tools
+Maintainer: Kent Overstreet <kent.overstreet@gmail.com>
Section: utils
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), pkg-config, libblkid-dev, uuid-dev,
libscrypt-dev, libsodium-dev, libkeyutils-dev, liburcu-dev, zlib1g-dev,
libattr1-dev
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/bcache-tools.git
-Vcs-Git: git://anonscm.debian.org/collab-maint/bcache-tools.git
Homepage: http://bcache.evilpiepirate.org/
-Package: bcache-tools
+Package: bcachefs-tools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: initramfs-tools | linux-initramfs-tool
-Description: bcache userspace tools
- Bcache allows the use of SSDs to cache other block devices.
- .
- Documentation for the run-time interface is included in the kernel tree; in
- Documentation/bcache.txt.
- .
- This package includes udev rules, initramfs support, and the utilities to
- create a new bcache as well as inspect existing bcache partitions.
+Description: bcachefs userspace tools
+ Userspace tools for bcachefs, a modern copy on write, checksumming, multi
+ device filesystem.
diff --git a/debian/watch b/debian/watch
index e5d55111..f9ca3c6d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,3 @@
version=3
http://evilpiepirate.org/git/bcache-tools.git/refs/ /git/bcache-tools.git/tag/\?id=v(\d[\d.]*)
-
-# tag/\?id=(v?\d[\d.]*)
-#opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/bcache-tools-$1.tar.gz/" \
-# (?:.*/)?v?(\d[\d\.]*)\.tar\.gz
-# http://evilpiepirate.org/git/bcache-tools.git/tag/?id=v1.0.8