summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-26 20:27:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-26 20:27:49 -0700
commit1ae66595ae1396c2aa0620fe2806445e29b18f37 (patch)
treeb70dccdad74635bfa75a3463e3ac64650ae89181 /debian
parentff4217a43797d235c498a2c09e246f04b6129711 (diff)
extract & install upstream changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/upstream/changelog12
3 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f5ebafa..b501be4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ebib (2.7.2-1) UNRELEASED; urgency=medium
* New upstream release.
* Rebuild and install new HTML manual.
- Stop installing the skeleton README.md.
+ * Extract and install upstream changelog, from manual/ebib.text.
* Add drop-installation-instructions.patch
* Override debian-watch-may-check-gpg-signature.
diff --git a/debian/rules b/debian/rules
index 7cf4dd3..520da83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,8 @@ override_dh_auto_clean:
test -f docs/ebib-manual.html.orig \
&& mv docs/ebib-manual.html.orig docs/ebib-manual.html \
|| true
+
+# the content of d/upstream/changelog is manually extracted from
+# manual/ebib.text
+override_dh_installchangelogs:
+ dh_installchangelogs debian/upstream/changelog
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..cb90039
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,12 @@
+## Version 2.7, 22 September 2016 ##
+
+- Reading list management: add and remove BibTeX entries to an Org reading list.
+- Remove options `ebib-notes-identifier-function` and `ebib-notes-title-function`.
+- Add option `ebib-notes-template-specifiers`: allow customisation of the format specs used in `ebib-notes-template`. (This option replaces `ebib-notes-identifier-function` and `ebib-notes-title-function`).
+
+## Version 2.6.3, 31 August 2016 ##
+
+- Allow storing notes in a single file rather than using one file per note.
+- Correct handling of DOIs.
+- Add option `ebib-truncate-file-names`: if set (the default), file names added to the `file` field are truncated relative to `ebib-file-search-dirs`.
+- Add option `ebib-file-name-mod-function`: modify file paths before storing them in the `file` field.