summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/urweb.14
-rw-r--r--debian/watch2
4 files changed, 19 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 791bb2c1..c7a888ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+urweb (20150520+dfsg-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Make static linking work on multiarch systems. (Closes: #791551)
+ * Correct manual page with respect to the behaviour of the -static flag.
+
+ -- Benjamin Barenblat <bbaren@mit.edu> Mon, 06 Jul 2015 00:34:39 -0400
+
+urweb (20150412+dfsg-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Fix debian/watch file.
+
+ -- Benjamin Barenblat <bbaren@mit.edu> Tue, 14 Apr 2015 16:24:31 -0400
+
urweb (20150214+dfsg-1) unstable; urgency=medium
* Initial release.
diff --git a/debian/rules b/debian/rules
index 103cb760..b9419d7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ export MLTONARGS := \
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
- SRCLIB=/usr/share/urweb dh_auto_configure --
+ LIB=/usr/lib/$(DEB_HOST_MULTIARCH) \
+ SRCLIB=/usr/share/urweb dh_auto_configure --
.PHONY: override_dh_auto_build
override_dh_auto_build:
diff --git a/debian/urweb.1 b/debian/urweb.1
index 7df6cd8d..0419c83a 100644
--- a/debian/urweb.1
+++ b/debian/urweb.1
@@ -262,9 +262,7 @@ you must do that yourself.
.TP
\fB\-static\fP
-Instructs \fBurweb\fP to statically link the generated executable with the
-Ur/Web runtime system. Note, however, that the executable will still be
-dynamically linked with any other supporting libraries (e.g., OpenSSL).
+Instructs \fBurweb\fP to statically link the generated executable.
.TP
\fB\-timing\fP
diff --git a/debian/watch b/debian/watch
index 0f4a0aed..70157dab 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=dversionmangle=s/\+dfsg-\d+$// \
- http://impredicative.com/ur/urweb-(.+).tgz
+ http://impredicative.com/ur/main.html urweb-(.+).tgz