summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rwxr-xr-xconfigure4
-rw-r--r--debian/changelog6
-rw-r--r--debian/watch5
4 files changed, 14 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 080860c..7e598d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@
not-ocamlfind 0.10
---------------------
+* [30 Aug 2023] swap "bash" to "sh"
+
+not-ocamlfind 0.11
+---------------------
+
* [30 Mar 2023] in "preprocess", ignore "-for-pack", "-linkall" arguments so we can just replace "ocamlc" with "preprocess"
not-ocamlfind 0.08
diff --git a/configure b/configure
index ca940d7..99d1b32 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
(cd local-packages/ocamlfind \
- && ./configure $* )
+ && ./configure "$@" )
diff --git a/debian/changelog b/debian/changelog
index 99b89f7..92398bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+not-ocamlfind (0.11+dfsg-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Stéphane Glondu <glondu@debian.org> Fri, 08 Sep 2023 05:55:19 +0200
+
not-ocamlfind (0.10+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #1041684)
diff --git a/debian/watch b/debian/watch
index 5cfb1a5..a2a553c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,2 @@
version=4
-opts="searchmode=plain,\
-filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%" \
-https://api.github.com/repos/chetmurthy/not-ocamlfind/releases?per_page=50 \
-https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@
+https://github.com/chetmurthy/not-ocamlfind/tags .*/v?@ANY_VERSION@\.tar\.gz