From a63f430bdf7ded5f1d7cddc362a52886bddce11b Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Wed, 18 Aug 2010 12:05:27 -0400
Subject: [PATCH] Editing some more debian files.

---
 debian/README.building            | 32 +++++++++++++++++++++++++++++++
 debian/rules                      |  6 +++---
 debian/source/format              |  2 +-
 debian/updated-with-git-importcvs |  0
 4 files changed, 36 insertions(+), 4 deletions(-)
 delete mode 100644 debian/updated-with-git-importcvs

diff --git a/debian/README.building b/debian/README.building
index 5033b333..bce356f9 100644
--- a/debian/README.building
+++ b/debian/README.building
@@ -1,3 +1,35 @@
+As upstream maintainer, I
+
+* use git from the upstream repo
+	git clone ssh://common-lisp.net/project/asdf/git/asdf.git
+
+* checkout the release branch
+	git checkout release
+
+* do dark magic to create a release, merging with master,
+ renumbering the version, then:
+	git commit
+
+* do the releasing:
+	git tag 2.00x ; make archive-copy ; make website ;
+        git tag -f RELEASE ; make push
+
+* edit debian files, then:
+	git commit
+
+* create debian package:
+	make debian-package
+
+* if unsatisfied, edit debian files some more then
+	git commit --amend
+  then goto previous point.
+
+If ever debian diverges from upstream, you should adapt accordingly.
+
+The below notes are obsolete, but might give you ideas how to do it.
+
+------>8------>8------>8------>8------>8------>8------>8------>8------>8------
+
 To build this package you need to get the git repository:
 
 git clone git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
diff --git a/debian/rules b/debian/rules
index 9531117d..5f85c220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,14 +28,14 @@ binary-indep: build
 	dh_testdir -i
 	dh_testroot -i
 	dh_prep -i
-	chmod +x test/run-tests.sh 
+	chmod +x test/run-tests.sh
 	dh_installdirs -i
 	dh_install -i
 	#dh_lisp -i
 	dh_installdocs -i
 	dh_installinfo -i
 	dh_installexamples -i
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_link --verbose -i
 	dh_strip -i
 	dh_compress -i
@@ -46,7 +46,7 @@ binary-indep: build
 	dh_md5sums -i
 	dh_builddeb -i
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
diff --git a/debian/source/format b/debian/source/format
index d3827e75..163aaf8d 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
diff --git a/debian/updated-with-git-importcvs b/debian/updated-with-git-importcvs
deleted file mode 100644
index e69de29b..00000000
-- 
GitLab