summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-04-25 23:38:06 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-04-25 23:46:08 -0700
commit5888776eb48b7f18267d99a0d5107d81448c5356 (patch)
tree5826656a7e6f0b099d672a1455315c415ab4f0a2 /debian
parentbc29909df3c662da30d80f22ded71b05988ac965 (diff)
[master]: Fix type in the rules file.
over -> over (Closes: #745228) Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ad28e6..c27231a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+flex (2.5.39-4) unstable; urgency=low
+
+ * Bug fix: "Flex 2.5.39-3 has a typo in installman", thanks to
+ Gianfranco Costamagna. over -> over (Closes: #745228).
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 25 Apr 2014 23:37:29 -0700
+
flex (2.5.39-3) unstable; urgency=medium
* Move libl.a from flex to libfl-dev, for real
@@ -27,6 +34,7 @@ flex (2.5.39-2) unstable; urgency=low
flex (2.5.39-1) unstable; urgency=medium
+
* New upstream release
* internationalization: added support for various languages. Fix make
install target to not fail when the flex++ program is already
@@ -49,6 +57,7 @@ flex (2.5.39-1) unstable; urgency=medium
build system in the NMU are not needed, dh does the right thing.
* The new upstream release added the prototypes in re-entrant mode, so
we are no longer carrying those patches.
+
-- Manoj Srivastava <srivasta@debian.org> Thu, 10 Apr 2014 18:06:12 -0700
flex (2.5.35-10.1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 9034cf5..699bc29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ override_dh_auto_build:
bash -n debian/flex.postinst
bash -n debian/flex.prerm
-verride_dh_installman:
+override_dh_installman:
dh_installman
dh_link usr/share/man/man1/flex.1 usr/share/man/man1/flex++.1
dh_link usr/share/man/man1/flex.1 usr/share/man/man1/lex.1