aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b24e58..8c2525d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+scm (5e4-3) unstable; urgency=low
+
+ * debian/rules (SCM_OPTIONS): Add -F differ.
+
+ * debian/control (libscm-dev): New package. We don't make a shared library
+ because there is no standardization of SCM options, and no way to indicate
+ in a non-brittle fashion what SCM options are available in any particular
+ build, nor any standardization of sonames.
+ * debian/rules (build): Build libscm.a too.
+ (install): Install libscm.a, scm.h, scmfig.h, and scmflags.h into
+ libscm-dev. Don't install header files in scm package.
+ (Closes: #459828)
+
+ * debian/copyright: Add proper authorship and copyright information; make
+ mention of the special library linking exception since we are now
+ packaging the library.
+
+ -- Thomas Bushnell, BSG <tb@debian.org> Wed, 09 Jan 2008 14:08:12 -0500
+
scm (5e4-2) unstable; urgency=low
* Properly acknowledge NMU 5e3-6.1. (Closes: #369576, #458284).