summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2014-09-14 17:41:43 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:57 +0200
commit02e4dec7376d8e7b563b8008b979682b82b23e11 (patch)
tree18b1263e3a507d785fbde6a8a09e6e019ff986a8 /debian
parent99305952b2affb1672b6f44834378729c753aab4 (diff)
parent7bea690e43ee009efc9e8f6a45504496348cd3ee (diff)
Imported Debian patch 0.28.0-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/01-lua-mk.patch13
-rw-r--r--debian/patches/series1
-rw-r--r--debian/sys.mk2
4 files changed, 7 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index a4c6361..cfb95d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mk-configure (0.28.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Drop an old patch and a custom sys.mk.
+
+ -- Andrew Shadura <andrewsh@debian.org> Sun, 14 Sep 2014 17:41:43 +0200
+
mk-configure (0.27.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/patches/01-lua-mk.patch b/debian/patches/01-lua-mk.patch
deleted file mode 100644
index 970e812..0000000
--- a/debian/patches/01-lua-mk.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/mk/mkc_imp.lua.mk
-+++ b/mk/mkc_imp.lua.mk
-@@ -35,8 +35,8 @@
- .endif
- LIB = ${LUA_CMODULE:S|.|/|:T}
- SRCS ?= ${LUA_CMODULE:S/./_/g}.c
--MKDLL = Only
--LDCOMPILER = Yes
-+MKDLL = only
-+LDCOMPILER = yes
- DLL_EXT = .so
- LIBDIR = ${LUA_CMODDIR}/${LUA_CMODULE:S|.|/|g:H}
- .endif # defined(LUA_CMODULES)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b518ce1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-lua-mk.patch
diff --git a/debian/sys.mk b/debian/sys.mk
deleted file mode 100644
index 86ce66b..0000000
--- a/debian/sys.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-LDCOMPILER ?= yes
-