summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-18 13:30:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-18 13:30:42 -0400
commit54513c69baffa40f2fcce42eb8651fdd98e05277 (patch)
treef3934b369e7b5b259b88abeee228381fb2bcd6e0 /debian
parent5c7d1b027916ce3fc207329f926041d2bcad3bcd (diff)
Add configure step to build process.
* configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a8871c30..e6549c1f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
git-annex (0.08) UNRELEASED; urgency=low
* Fix `git annex add ../foo` (when ran in a subdir of the repo).
+ * Add configure step to build process.
+ * configure: Check to see if cp -a can be used.
+ * configure: Check to see if cp --reflink=auto can be used.
-- Joey Hess <joeyh@debian.org> Wed, 17 Nov 2010 13:54:49 -0400