summaryrefslogtreecommitdiff
path: root/debian/libfl.shared_object
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-04-09 00:42:23 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-04-11 11:08:42 -0700
commit7db3bf58a48b9952fac1fd907fb23f5d257ed7ec (patch)
tree754a1cb09b3d8bcdb8a59f134a8f2cde9ca4813c /debian/libfl.shared_object
parent995114eb4b550e2db30a10423b26327e3337582d (diff)
[master]: New upstream version.
* internationalization: added support for various languages. Fix make install target to not fail when the flex++ program is already installed. various portability fixes that quiet compiler warnings on 64-bit hosts. numerous bug fixes. * Moved to a new dh based build system. Also moved to a 3.0 source format, using debcherry. * Bug fix: "cross build support", thanks to Eleanor Chen. We have moved to a standard dh based build, so we should not have this issue any more. (Closes: #719955). * Bug fix: "examples not included into binary packages", thanks to Carl Fürstenberg. Examples are in this version. (Closes: #560387). * Bug fix: "new upstream release 2.5.37", thanks to Peter Eisentraut (Closes: #729759). * Bug fix: "flex, new release available for download", thanks to Gianfranco Costamagna (Closes: #736345). * Bug fix: "please mark flex as Multi-Arch: allowed", thanks to Steve Langasek. Redid the patch to work with dh. (Closes: #611230). * Updating to a new build system means that the changes made to the 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. Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
Diffstat (limited to 'debian/libfl.shared_object')
-rw-r--r--debian/libfl.shared_object22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/libfl.shared_object b/debian/libfl.shared_object
new file mode 100644
index 0000000..c349c46
--- /dev/null
+++ b/debian/libfl.shared_object
@@ -0,0 +1,22 @@
+/* GNU ld script
+ * -*- Mode: C -*-
+ * libfl.so ---
+ * Author : Manoj Srivastava ( srivasta@golden-gryphon.com )
+ * Created On : Mon Sep 11 13:25:55 2006
+ * Created On Node : glaurung.internal.golden-gryphon.com
+ * Last Modified By : Manoj Srivastava
+ * Last Modified On : Tue Sep 12 03:34:30 2006
+ * Last Machine Used: glaurung.internal.golden-gryphon.com
+ * Update Count : 2
+ * Status : Unknown, Use with caution!
+ * HISTORY :
+ * Description :
+ *
+ * GNU ld script
+ * When shared linking is requested, map the request to the PIC static
+ * library, which is the closest we come to a shared library here.
+ *
+ * arch-tag: ce35efb4-3893-42c7-bdcb-56d95beba2ac
+ */
+
+INPUT( /usr/lib/#DEB_HOST_MULTIARCH#/libfl_pic.a )