[SCM] qtfeedback packaging branch, master, updated. 7a1dadeafefd25b788268900dd71f94cae822a13

Pino Toscano pino at moszumanska.debian.org
Sun Feb 2 08:13:22 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtfeedback.git;a=commitdiff;h=7a1dade

The following commit has been merged in the master branch:
commit 7a1dadeafefd25b788268900dd71f94cae822a13
Author: Pino Toscano <pino at debian.org>
Date:   Sun Feb 2 09:12:47 2014 +0100

    kill private -dev
    
    better not provide it by default, and add it *only* if really needed
---
 debian/control                         | 19 -------------------
 debian/qtfeedback5-private-dev.install |  1 -
 debian/rules                           |  3 +++
 3 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 5b2c2cc..5c6a6e5 100644
--- a/debian/control
+++ b/debian/control
@@ -63,25 +63,6 @@ Description: Qt 5 Feedback development files
  snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
-Package: qtfeedback5-private-dev
-Architecture: any
-Section: libdevel
-Depends: qtfeedback5-dev (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: Qt 5 Feedback private development files
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the private header development files for building some
- Qt 5 applications using feedback private headers.
- .
- Use at your own risk.
- .
- WARNING: This module is not an official part of Qt 5, but instead a git
- snapshot of an ongoing development. The package is very likely to
- change in a binary incompatible way, and no guarantees are given.
-
 Package: qtfeedback5-dbg
 Priority: extra
 Architecture: any
diff --git a/debian/qtfeedback5-private-dev.install b/debian/qtfeedback5-private-dev.install
deleted file mode 100644
index f81550f..0000000
--- a/debian/qtfeedback5-private-dev.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/include/qt5/QtFeedback/*/QtFeedback/private/*
diff --git a/debian/rules b/debian/rules
index a88be12..3d2a9cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ override_dh_auto_install:
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig -type f -name '*.pc' \
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
 	
+	# Remove private stuff
+	rm -rf debian/tmp/usr/include/qt5/QtFeedback/$(DEB_HOST_MULTIARCH)/QtFeedback/private/
+	
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 	

-- 
qtfeedback packaging



More information about the pkg-kde-commits mailing list