From 4fb9721776fa924a131e305ceb0afa94d88d9aa4 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 19 May 2014 18:40:44 -0400
Subject: [PATCH] Update the debian files.

---
 debian/control   |  2 +-
 debian/copyright | 18 +++++++-----------
 debian/rules     |  1 -
 debian/watch     |  2 +-
 4 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index ea971eda..9ff5cff3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
   Robert P. Goldman <rpgoldman@sift.info>
 Build-Depends: debhelper (>> 7)
 Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://common-lisp.net/project/asdf/
 Vcs-Git: git://common-lisp.net/projects/asdf/asdf.git
 
diff --git a/debian/copyright b/debian/copyright
index 116de071..50d50111 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,24 +1,21 @@
-This package was debianized by Kevin M. Rosenberg <kmr@debian.org> on
+This package was initially debianized by Kevin M. Rosenberg <kmr@debian.org> on
 Fri, 16 Aug 2002 23:14:49 -0600.
-
-It was downloaded from SourceForge CVS server with the below commands:
-   cvs -d:pserver:anonymous@cvs.cclan.sourceforge.net:/cvsroot/cclan login
-     (no password: just press Enter)
-    cvs -z3 -d:pserver:anonymous@cvs.cclan.sourceforge.net:/cvsroot/cclan \
-         co asdf
+Peter Van Eynde took over in 2005. Then from 2010 to 2014, Francois-Rene Rideau
+maintained the debian package as part of the upstream git repository at
+	git://common-lisp.net/projects/asdf/asdf.git
 
 The debian related changes and files are licensed according to the GPL-v2, see
 /usr/share/common-licenses/GPL-2
 
-
 Upstream Authors: Dan Barlow <dan@telent.net> & Contributors
 
 Copyright:
 
 (This is the MIT / X Consortium license as taken from 
- http://www.opensource.org/licenses/mit-license.html)
+ http://www.opensource.org/licenses/mit-license.html on or about
+ Monday; July 13, 2009)
 
-Copyright (c) 2001-2007 Daniel Barlow and contributors
+Copyright (c) 2001-2014 Daniel Barlow and contributors
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
@@ -38,4 +35,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/debian/rules b/debian/rules
index c03cc4db..fdf2a03a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,6 @@ binary-indep: build
 	dh_testdir -i
 	dh_testroot -i
 	dh_prep -i
-	chmod +x test/run-tests.sh
 	dh_installdirs -i
 	dh_install -i
 	#dh_lisp -i
diff --git a/debian/watch b/debian/watch
index 806cbdbb..087c393f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@
 # I can maintain the debian package directly in the upstream git.
 # But when I'm gone, anything goes.
 version=3
-http://common-lisp\.net/project/asdf/archives/asdf-([0-9]+(\.[0-9]+)*)\.tar\.gz
+http://common-lisp.net/project/asdf/archives/ asdf-([0-9.]+)\.tar\.gz
-- 
GitLab