[Pkg-haskell-commits] darcs: darcs: Historic import 2.0.0-5.

Trent W. Buck trentbuck at gmail.com
Sat Mar 6 11:45:26 UTC 2010


Sat Jun 14 05:35:37 UTC 2008  Trent W. Buck <trentbuck at gmail.com>
  * Historic import 2.0.0-5.
  Ignore-this: 69d49e0bccc318598eb567399baa32c4

    M ./TODO -3 +18
    M ./changelog +9
    A ./darcs-server.dirs
    M ./rules -1 +7

Sat Jun 14 05:35:37 UTC 2008  Trent W. Buck <trentbuck at gmail.com>
  * Historic import 2.0.0-5.
  Ignore-this: 69d49e0bccc318598eb567399baa32c4
diff -rN -u old-darcs/changelog new-darcs/changelog
--- old-darcs/changelog	2010-03-06 11:45:25.305955474 +0000
+++ new-darcs/changelog	2010-03-06 11:45:25.349957809 +0000
@@ -1,3 +1,12 @@
+darcs (2.0.0-5) unstable; urgency=low
+
+  * Work around #481592 (Closes: #485631).
+    We don't want this to keep Darcs2 out of Lenny!
+  * Add /var/cache/darcs to darcs-server (Closes: LP52199).
+    Apparently Ubuntu can automatically sync darcs now.
+
+ -- Trent W. Buck <trentbuck at gmail.com>  Sat, 14 Jun 2008 15:35:37 +1000
+
 darcs (2.0.0-4) unstable; urgency=low
 
   * Adopt CDBS (Closes: #484375).
diff -rN -u old-darcs/darcs-server.dirs new-darcs/darcs-server.dirs
--- old-darcs/darcs-server.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-darcs/darcs-server.dirs	2010-03-06 11:45:25.345957597 +0000
@@ -0,0 +1 @@
+/var/cache/darcs
diff -rN -u old-darcs/rules new-darcs/rules
--- old-darcs/rules	2010-03-06 11:45:25.301955262 +0000
+++ new-darcs/rules	2010-03-06 11:45:25.345957597 +0000
@@ -6,9 +6,15 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --with-sendmail=/usr/sbin/sendmail
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-pipelining
 # Avoid breakage in darcs.cgi and cgi.conf?
-DEB_CONFIGURE_EXTRA_FLAGS += --datadir="/usr/share"
+DEB_CONFIGURE_EXTRA_FLAGS += --datadir=/usr/share
 DEB_MAKE_INSTALL_TARGET += installdocs installserver
 
+# Work around #481592 (Closes: #485631).
+# Remove me when #481592 is closed!
+ifeq ($(DEB_HOST_ARCH),ia64)
+CFLAGS := $(filter-out -g,$(CFLAGS))
+endif
+
 # The upstream makefile's "all" target rebuilds a bunch of files that
 # are included in the source tarball.  This upsets dpkg-source -b if
 # you rerun dpkg-buildpackage, because it looks like they were
diff -rN -u old-darcs/TODO new-darcs/TODO
--- old-darcs/TODO	2010-03-06 11:45:25.305955474 +0000
+++ new-darcs/TODO	2010-03-06 11:45:25.349957809 +0000
@@ -1,3 +1,17 @@
-Does darcs-server even work anymore?  I've never used it, but when I
-tried to test it both with and without --datadir, and with the
-1.0.9-1.1 package, it didn't seem to do anything.
\ No newline at end of file
+* Find testers for darcs-server.
+
+I don't grok darcs-server, and can't get either the 1.x or 2.x
+versions to work.  I'd like to drop the --datadir thing from rules,
+but I don't know if this breaks darcs-server.
+
+* Keep debian/ tree under version control.
+
+* Move documentation into a separate darcs-doc package?
+
+Lintian doesn't raise arch-dep-package-has-big-usr-share.  From
+reading /usr/share/lintian/checks/huge-usr-share, the conditions for
+this warning appear to be: package is architecture-dependent; and
+/usr/share is over 2MB or constitutes at least 50% of package (by
+size) and over 1MB.
+
+Not considering this until lintian complains.





More information about the Pkg-haskell-commits mailing list