Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian mentors #7

Open
wants to merge 3 commits into
base: debian-mentors
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian/bcache-tools.postrm
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
dpkg-maintscript-helper rm_conffile /etc/initramfs-tools/hooks/bcache 1.0.1-1~ -- "$@"
#DEBHELPER#
1 change: 1 addition & 0 deletions debian/bcache-tools.preinst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
oldscript=/etc/initramfs-tools/hooks/bcache
dpkg-maintscript-helper rm_conffile $oldscript 1.0.1-1~ -- "$@"
case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bcache-tools (1.0.4-1) raring; urgency=low
bcache-tools (1.0.4-1) unstable; urgency=low

* udev: Simplify 69-bcache.rules
* udev: Skip DM devices marked private
Expand Down
8 changes: 4 additions & 4 deletions debian/gbp.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[DEFAULT]
pristine-tar = False
upstream-tag = master
ignore-branch = True

upstream-branch = master
upstream-tag = v%(version)s
debian-branch = debian-mentors
compression=xz