summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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