[28553] in Source-Commits

home help back first fref pref prev next nref lref last post

delete commit [debian]: Release version 10.1

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sat Nov 28 22:38:25 2015

Date: Sat, 28 Nov 2015 22:38:23 -0500
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201511290338.tAT3cN5l005768@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/delete/commit/a590fe6a18e0659be4bdc53555cf65fbc0544a13
commit a590fe6a18e0659be4bdc53555cf65fbc0544a13
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Sat Nov 28 17:57:19 2015 -0500

    Release version 10.1

 debian/changelog |    7 +++++++
 debian/control   |    4 ++--
 debian/manpages  |    5 +++++
 debian/rules     |   17 ++---------------
 4 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dae579d..9e352f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-delete (10.1-0debathena1) unstable; urgency=medium
+
+  * Release a new pure-Python implementation of delete.
+  * Switch to debhelper 7.
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Sat, 28 Nov 2015 17:07:49 -0500
+
 debathena-delete (10.0.3-0debathena2) unstable; urgency=low
 
   [ Geoffrey Thomas ]
diff --git a/debian/control b/debian/control
index d38f420..da2bac8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: debathena-delete
 Section: debathena/utils
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo, autoconf, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal (>= 1.1.2~)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.7)
 Standards-Version: 3.9.3
 
 Package: debathena-delete
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), python-afs
 Description: A friendlier alternative to rm for Athena
  The delete utility marks files and directories for later permanent 
  removal by prefixing them with '.#'.  Files accidentally marked for 
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..1f219b9
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1,5 @@
+man1/delete.1
+man1/expunge.1
+man1/lsdel.1
+man1/purge.1
+man1/undelete.1
diff --git a/debian/rules b/debian/rules
index 10b9a2e..4647c9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_AUTO_UPDATE_AUTOCONF = 2.50
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS += --with-afs=/usr
-
-debian/stamp-autotools-files: aclocal.m4 config.guess config.sub install-sh missing
-aclocal.m4:
-	aclocal-1.10
-config.guess config.sub:
-	cp /usr/share/misc/$@ $@
-install-sh missing:
-	-automake-1.10 --foreign --add-missing
-clean::
-	rm -f configure aclocal.m4 install-sh missing config.guess config.sub delete_errs.h delete_errs.c
+%:
+	dh $@ --with python2

home help back first fref pref prev next nref lref last post