Skip to content

Commit a590fe6

Browse files
committed
Release version 10.1
1 parent 5660bd6 commit a590fe6

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
debathena-delete (10.1-0debathena1) unstable; urgency=medium
2+
3+
* Release a new pure-Python implementation of delete.
4+
* Switch to debhelper 7.
5+
6+
-- Victor Vasiliev <[email protected]> Sat, 28 Nov 2015 17:07:49 -0500
7+
18
debathena-delete (10.0.3-0debathena2) unstable; urgency=low
29

310
[ Geoffrey Thomas ]

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Source: debathena-delete
22
Section: debathena/utils
33
Priority: extra
44
Maintainer: Debathena Project <[email protected]>
5-
Build-Depends: cdbs, debhelper, dh-buildinfo, autoconf, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal (>= 1.1.2~)
5+
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.7)
66
Standards-Version: 3.9.3
77

88
Package: debathena-delete
99
Architecture: any
10-
Depends: ${shlibs:Depends}, ${misc:Depends}
10+
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), python-afs
1111
Description: A friendlier alternative to rm for Athena
1212
The delete utility marks files and directories for later permanent
1313
removal by prefixing them with '.#'. Files accidentally marked for

debian/manpages

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
man1/delete.1
2+
man1/expunge.1
3+
man1/lsdel.1
4+
man1/purge.1
5+
man1/undelete.1

debian/rules

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
#!/usr/bin/make -f
22

3-
DEB_AUTO_UPDATE_AUTOCONF = 2.50
4-
include /usr/share/cdbs/1/rules/debhelper.mk
5-
include /usr/share/cdbs/1/class/autotools.mk
6-
7-
DEB_CONFIGURE_EXTRA_FLAGS += --with-afs=/usr
8-
9-
debian/stamp-autotools-files: aclocal.m4 config.guess config.sub install-sh missing
10-
aclocal.m4:
11-
aclocal-1.10
12-
config.guess config.sub:
13-
cp /usr/share/misc/$@ $@
14-
install-sh missing:
15-
-automake-1.10 --foreign --add-missing
16-
clean::
17-
rm -f configure aclocal.m4 install-sh missing config.guess config.sub delete_errs.h delete_errs.c
3+
%:
4+
dh $@ --with python2

0 commit comments

Comments
 (0)