diff options
author | Michele Calgaro <[email protected]> | 2023-07-22 23:28:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-22 23:28:14 +0900 |
commit | 33b26938657c9790eff9389ac23d9eb0205c9378 (patch) | |
tree | cb8d19c7532304dd5b1193a6f4e985f63e893ca3 /debian/patches/04_am_maintainer_mode.diff | |
download | kommando-33b26938657c9790eff9389ac23d9eb0205c9378.tar.gz kommando-33b26938657c9790eff9389ac23d9eb0205c9378.zip |
Initial import from https://snapshot.debian.org/package/kommando/0.5.1-2. Code available under GPL2 license.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/patches/04_am_maintainer_mode.diff')
-rw-r--r-- | debian/patches/04_am_maintainer_mode.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/04_am_maintainer_mode.diff b/debian/patches/04_am_maintainer_mode.diff new file mode 100644 index 0000000..391a802 --- /dev/null +++ b/debian/patches/04_am_maintainer_mode.diff @@ -0,0 +1,11 @@ +--- a/admin/configure.in.min ++++ b/admin/configure.in.min +@@ -38,6 +38,8 @@ + dnl Automake doc recommends to do this only here. (Janos) + AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs + ++AM_MAINTAINER_MODE ++ + KDE_SET_PREFIX + + dnl generate the config header |