summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-06-23 16:01:39 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-06-23 16:02:24 +0300
commitfab224243da5982ddcf14eb5cdb36ea71041da9e (patch)
tree8fa014c6a3dbb936ed4329507726eb4a47bc5406 /debian
parent592c7e3e56e5c476df6da6cee42da9e73ec46040 (diff)
Extract and install upstream changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog.upstream15
-rwxr-xr-xdebian/rules3
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog.upstream b/debian/changelog.upstream
new file mode 100644
index 0000000..514c725
--- /dev/null
+++ b/debian/changelog.upstream
@@ -0,0 +1,15 @@
+Ver 1.6 2013-12-12 David Andersson
+ Add keywords; Cleanup comments
+Ver 1.5 2013-12-11 David Andersson
+ Autoload and document `goto-last-change-reverse'
+Ver 1.4 2008-09-20 David Andersson
+ Improved property change description; Update comments.
+Ver 1.3 2007-03-14 David Andersson
+ Added `goto-last-change-reverse'
+Ver 1.2 2003-04-06 David Andersson
+ Don't let repeating error depthen glc-probe-depth.
+Ver 1.1 2003-04-06 David Andersson
+ Zero arg describe changes. Negative arg go back.
+ Autoload. Remove message using nil in stead of an empty string.
+Ver 1.0 2002-05-18 David Andersson
+ Initial version
diff --git a/debian/rules b/debian/rules
index 8eb7ccb..e3e7a6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
%:
dh $@ --parallel --with elpa
+
+override_dh_installchangelogs:
+ dh_installchangelogs debian/changelog.upstream