Branch: master

caf63f4e 2019-05-02 15:49:50 Slávek Banko
DEB kdbg: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
M debian/_base/applications/kdbg/debian/docs
M debian/_base/applications/kdbg/debian/rules
M ubuntu/_base/applications/kdbg/debian/docs
M ubuntu/_base/applications/kdbg/debian/rules

debian/_base/applications/kdbg/debian/docs

diff --git a/debian/_base/applications/kdbg/debian/docs b/debian/_base/applications/kdbg/debian/docs
index 2e58c4d..d5aaf52 100644
--- a/debian/_base/applications/kdbg/debian/docs
+++ b/debian/_base/applications/kdbg/debian/docs
@@ -1,2 +1,3 @@
 BUGS
+README
 TODO

debian/_base/applications/kdbg/debian/rules

diff --git a/debian/_base/applications/kdbg/debian/rules b/debian/_base/applications/kdbg/debian/rules
index 9af858a..a4ee927 100755
--- a/debian/_base/applications/kdbg/debian/rules
+++ b/debian/_base/applications/kdbg/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-#export DH_VERBOSE=1
+# Currently is not possible to build with --enable-final
+DEB_BUILD_OPTIONS += noopt
 
 DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
 DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
@@ -14,31 +15,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include debian/cdbs/debian-tde.mk
 
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
-	dh_testdir
-
-	# Regenerate build system
-ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
-	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
-	cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
-	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
-	autoreconf --install && automake -f && \
-	$(MAKE) -f admin/Makefile.common && \
-	touch debian/stamp-bootstrap
-
-clean::
-	dh_testdir
-	rm -f debian/stamp-bootstrap
-
 install/kdbg-trinity::
 	dh_testdir
 
@@ -48,4 +24,3 @@
 	mkdir -p debian/kdbg-trinity/opt/trinity/share/man
 	mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
 	rmdir debian/kdbg-trinity/usr/share/man
-

ubuntu/_base/applications/kdbg/debian/docs

diff --git a/ubuntu/_base/applications/kdbg/debian/docs b/ubuntu/_base/applications/kdbg/debian/docs
index 2e58c4d..d5aaf52 100644
--- a/ubuntu/_base/applications/kdbg/debian/docs
+++ b/ubuntu/_base/applications/kdbg/debian/docs
@@ -1,2 +1,3 @@
 BUGS
+README
 TODO

ubuntu/_base/applications/kdbg/debian/rules

diff --git a/ubuntu/_base/applications/kdbg/debian/rules b/ubuntu/_base/applications/kdbg/debian/rules
index 9af858a..a4ee927 100755
--- a/ubuntu/_base/applications/kdbg/debian/rules
+++ b/ubuntu/_base/applications/kdbg/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-#export DH_VERBOSE=1
+# Currently is not possible to build with --enable-final
+DEB_BUILD_OPTIONS += noopt
 
 DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
 DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
@@ -14,31 +15,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include debian/cdbs/debian-tde.mk
 
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
-	dh_testdir
-
-	# Regenerate build system
-ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
-	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
-	cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
-	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
-	autoreconf --install && automake -f && \
-	$(MAKE) -f admin/Makefile.common && \
-	touch debian/stamp-bootstrap
-
-clean::
-	dh_testdir
-	rm -f debian/stamp-bootstrap
-
 install/kdbg-trinity::
 	dh_testdir
 
@@ -48,4 +24,3 @@
 	mkdir -p debian/kdbg-trinity/opt/trinity/share/man
 	mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
 	rmdir debian/kdbg-trinity/usr/share/man
-
ae2affd8 2019-05-02 15:52:36 Slávek Banko
DEB kftpgrabber: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
M debian/_base/applications/kftpgrabber/debian/docs
M debian/_base/applications/kftpgrabber/debian/rules
M ubuntu/_base/applications/kftpgrabber/debian/docs
M ubuntu/_base/applications/kftpgrabber/debian/rules

debian/_base/applications/kftpgrabber/debian/docs

diff --git a/debian/_base/applications/kftpgrabber/debian/docs b/debian/_base/applications/kftpgrabber/debian/docs
index e845566..ca0272a 100644
--- a/debian/_base/applications/kftpgrabber/debian/docs
+++ b/debian/_base/applications/kftpgrabber/debian/docs
@@ -1 +1,3 @@
+AUTHORS
 README
+TODO

debian/_base/applications/kftpgrabber/debian/rules

diff --git a/debian/_base/applications/kftpgrabber/debian/rules b/debian/_base/applications/kftpgrabber/debian/rules
index 521b255..c4ea650 100755
--- a/debian/_base/applications/kftpgrabber/debian/rules
+++ b/debian/_base/applications/kftpgrabber/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
- 
+
+# Currently is not possible to build with --enable-final
+DEB_BUILD_OPTIONS += noopt
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include debian/cdbs/debian-tde.mk
 
@@ -11,27 +14,6 @@
 DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
                                && echo xz || echo bzip2)
 
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
-	dh_testdir
-
-	# Regenerate build system
-ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
-	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
-	cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
-	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
-	autoreconf --install && automake -f && \
-	$(MAKE) -f admin/Makefile.common && \
-	touch debian/stamp-bootstrap
-
 build/kftpgrabber-trinity::
 	/usr/bin/docbook2x-man debian/kftpgrabber.xml
 
@@ -42,5 +24,3 @@
 
 clean::
 	rm -f kftpgrabber.1
-	rm -f translations/*/messages/*.gmo
-	rm -f debian/stamp-bootstrap

ubuntu/_base/applications/kftpgrabber/debian/docs

diff --git a/ubuntu/_base/applications/kftpgrabber/debian/docs b/ubuntu/_base/applications/kftpgrabber/debian/docs
index e845566..ca0272a 100644
--- a/ubuntu/_base/applications/kftpgrabber/debian/docs
+++ b/ubuntu/_base/applications/kftpgrabber/debian/docs
@@ -1 +1,3 @@
+AUTHORS
 README
+TODO

ubuntu/_base/applications/kftpgrabber/debian/rules

diff --git a/ubuntu/_base/applications/kftpgrabber/debian/rules b/ubuntu/_base/applications/kftpgrabber/debian/rules
index 521b255..c4ea650 100755
--- a/ubuntu/_base/applications/kftpgrabber/debian/rules
+++ b/ubuntu/_base/applications/kftpgrabber/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
- 
+
+# Currently is not possible to build with --enable-final
+DEB_BUILD_OPTIONS += noopt
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include debian/cdbs/debian-tde.mk
 
@@ -11,27 +14,6 @@
 DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
                                && echo xz || echo bzip2)
 
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
-	dh_testdir
-
-	# Regenerate build system
-ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
-	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
-	cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
-	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
-	autoreconf --install && automake -f && \
-	$(MAKE) -f admin/Makefile.common && \
-	touch debian/stamp-bootstrap
-
 build/kftpgrabber-trinity::
 	/usr/bin/docbook2x-man debian/kftpgrabber.xml
 
@@ -42,5 +24,3 @@
 
 clean::
 	rm -f kftpgrabber.1
-	rm -f translations/*/messages/*.gmo
-	rm -f debian/stamp-bootstrap
11a8d4e8 2019-05-02 16:09:40 Slávek Banko
DEB krusader: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
M debian/_base/applications/krusader/debian/docs
M debian/_base/applications/krusader/debian/rules
M ubuntu/_base/applications/krusader/debian/docs
M ubuntu/_base/applications/krusader/debian/rules

debian/_base/applications/krusader/debian/docs

diff --git a/debian/_base/applications/krusader/debian/docs b/debian/_base/applications/krusader/debian/docs
index 623fe2d..1a4f031 100644
--- a/debian/_base/applications/krusader/debian/docs
+++ b/debian/_base/applications/krusader/debian/docs
@@ -1,3 +1,4 @@
+AUTHORS
 FAQ
 README
 TODO

debian/_base/applications/krusader/debian/rules

diff --git a/debian/_base/applications/krusader/debian/rules b/debian/_base/applications/krusader/debian/rules
index 09dae12..978b9c7 100755
--- a/debian/_base/applications/krusader/debian/rules
+++ b/debian/_base/applications/krusader/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Currently is not possible to build piklab with --enable-final
+DEB_BUILD_OPTIONS += noopt
+
 include /usr/share/cdbs/1/rules/debhelper.mk
** Diff limit reached (max: 250 lines) **
5adcf2c6 2019-05-02 16:15:55 Slávek Banko
DEB rosegarden: Deactivate apidox build.

Signed-off-by: Slávek Banko <slavek.banko@...>
M debian/_base/applications/rosegarden/debian/rules
M ubuntu/_base/applications/rosegarden/debian/rules
** Diff limit reached (max: 250 lines) **
cd0d3349 2019-05-02 16:57:27 Slávek Banko
DEB tork: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
A debian/_base/applications/tork/debian/docs
A ubuntu/_base/applications/tork/debian/docs
M debian/_base/applications/tork/debian/rules
M ubuntu/_base/applications/tork/debian/rules
** Diff limit reached (max: 250 lines) **
38c37e29 2019-05-04 17:02:48 Slávek Banko
DEB knemo: Switch to cmake.
Add basic package documentation.

Signed-off-by: Slávek Banko <slavek.banko@...>
A debian/_base/applications/knemo/debian/docs
A ubuntu/_base/applications/knemo/debian/docs
M debian/_base/applications/knemo/debian/control
M debian/_base/applications/knemo/debian/rules
M ubuntu/_base/applications/knemo/debian/control
M ubuntu/_base/applications/knemo/debian/rules
** Diff limit reached (max: 250 lines) **
ded8dc0c 2019-05-05 00:42:38 Slávek Banko
DEB kshowmail: Switch to cmake.
Add basic package documentation.
The man page has been moved to the main tree.

Signed-off-by: Slávek Banko <slavek.banko@...>
A debian/_base/applications/kshowmail/debian/docs
A ubuntu/_base/applications/kshowmail/debian/docs
M debian/_base/applications/kshowmail/debian/control
M debian/_base/applications/kshowmail/debian/rules
M ubuntu/_base/applications/kshowmail/debian/control
M ubuntu/_base/applications/kshowmail/debian/rules
R debian/_base/applications/kshowmail/debian/kshowmail.1
R debian/_base/applications/kshowmail/debian/manpages
R debian/_base/applications/kshowmail/debian/watch
R ubuntu/_base/applications/kshowmail/debian/kshowmail.1
R ubuntu/_base/applications/kshowmail/debian/manpages
R ubuntu/_base/applications/kshowmail/debian/watch
** Diff limit reached (max: 250 lines) **

Branch: r14.0.x

b003c7bf 2019-05-02 15:52:49 Slávek Banko
DEB kftpgrabber: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit ae2affd8684e7e8c7a52a2e17e8a4bcea16b137e)
M debian/_base/applications/kftpgrabber/debian/docs
M debian/_base/applications/kftpgrabber/debian/rules
M ubuntu/_base/applications/kftpgrabber/debian/docs
M ubuntu/_base/applications/kftpgrabber/debian/rules
** Diff limit reached (max: 250 lines) **
cf6cfba5 2019-05-02 16:09:51 Slávek Banko
DEB krusader: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit 11a8d4e8c73649d5467d2d09e36df1cec32423da)
M debian/_base/applications/krusader/debian/docs
M debian/_base/applications/krusader/debian/rules
M ubuntu/_base/applications/krusader/debian/docs
M ubuntu/_base/applications/krusader/debian/rules
** Diff limit reached (max: 250 lines) **
8156e0dc 2019-05-02 16:16:07 Slávek Banko
DEB rosegarden: Deactivate apidox build.

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit 5adcf2c6466b6c4f398f5f29ee02d37d6f069050)
M debian/_base/applications/rosegarden/debian/rules
M ubuntu/_base/applications/rosegarden/debian/rules
** Diff limit reached (max: 250 lines) **
31fc951b 2019-05-02 16:57:50 Slávek Banko
DEB tork: Disable build with --enable-final.
Add basic package documentation.
Cleanup rules.

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit cd0d3349cf62fce2a244fd6a3f91187ad8db0828)
A debian/_base/applications/tork/debian/docs
A ubuntu/_base/applications/tork/debian/docs
M debian/_base/applications/tork/debian/rules
M ubuntu/_base/applications/tork/debian/rules
** Diff limit reached (max: 250 lines) **
17012e15 2019-05-04 17:03:30 Slávek Banko
DEB knemo: Switch to cmake.
Add basic package documentation.

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit 38c37e29fdc8d281ae7eed87cf313833ac2c003e)
A debian/_base/applications/knemo/debian/docs
A ubuntu/_base/applications/knemo/debian/docs
M debian/_base/applications/knemo/debian/control
M debian/_base/applications/knemo/debian/rules
M ubuntu/_base/applications/knemo/debian/control
M ubuntu/_base/applications/knemo/debian/rules
** Diff limit reached (max: 250 lines) **
57d58eb0 2019-05-05 00:43:14 Slávek Banko
DEB kshowmail: Switch to cmake.
Add basic package documentation.
The man page has been moved to the main tree.

Signed-off-by: Slávek Banko <slavek.banko@...>
(cherry picked from commit ded8dc0c76e59ed36c14f7a8705aa02b4d33ee0c)
A debian/_base/applications/kshowmail/debian/docs
A ubuntu/_base/applications/kshowmail/debian/docs
M debian/_base/applications/kshowmail/debian/control
M debian/_base/applications/kshowmail/debian/rules
M ubuntu/_base/applications/kshowmail/debian/control
M ubuntu/_base/applications/kshowmail/debian/rules
R debian/_base/applications/kshowmail/debian/kshowmail.1
R debian/_base/applications/kshowmail/debian/manpages
R debian/_base/applications/kshowmail/debian/watch
R ubuntu/_base/applications/kshowmail/debian/kshowmail.1
R ubuntu/_base/applications/kshowmail/debian/manpages
R ubuntu/_base/applications/kshowmail/debian/watch
** Diff limit reached (max: 250 lines) **