[SCM] minuet packaging branch, master, updated. d9e0e0cf0202e30f14d4d274547e1bdace8fc703

Pino Toscano pino at moszumanska.debian.org
Thu Dec 14 22:43:53 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/minuet.git;a=commitdiff;h=7de30c6

The following commit has been merged in the master branch:
commit 7de30c65786af279312e4ac340750f71f5c70032
Author: Pino Toscano <pino at debian.org>
Date:   Thu Dec 14 23:15:11 2017 +0100

    drop minuet-dev
---
 debian/changelog          |  1 +
 debian/control            | 11 -----------
 debian/minuet-dev.install |  2 --
 debian/rules              |  6 ++++++
 4 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d973629..0d480b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ minuet (17.08.3-0r1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Standards-Version to 4.1.2, no changes required.
   * Simplify watch file, and switch it to https.
+  * Drop minuet-dev, since there is no stable API/ABI yet.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 18 Sep 2017 15:06:38 +0200
 
diff --git a/debian/control b/debian/control
index c69668d..b04bfc1 100644
--- a/debian/control
+++ b/debian/control
@@ -52,14 +52,3 @@ Description: KDE Software for Music Education
  rhythm, and scales while enjoying all the power of Free Software.
  .
  This package contains the data files for minuet.
-
-Package: minuet-dev
-Architecture: any
-Depends: minuet (= ${binary:Version}), ${misc:Depends}
-Description: KDE Software for Music Education
- Music education Free Software, thoughtfully designed to push your musical
- skills to the next level. Enhance your ability to recognize intervals, chords,
- rhythm, and scales while enjoying all the power of Free Software.
- .
- This package contains the developer files for creating Minuet
- plugins.  It has no stable ABI.
diff --git a/debian/minuet-dev.install b/debian/minuet-dev.install
deleted file mode 100644
index 7278cd2..0000000
--- a/debian/minuet-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/minuet/interfaces/
-usr/lib/*/libminuetinterfaces.so
diff --git a/debian/rules b/debian/rules
index 27bcbe3..7d8f407 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ l10npkgs_firstversion_ok := 4:17.04.3-2~
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+
+override_dh_auto_install:
+	$(overridden_command)
+	# remove development stuff, since there is no stable API/ABI
+	rm -rf debian/tmp/usr/include/
+	find debian/tmp -name '*.so' -type l -delete

-- 
minuet packaging



More information about the pkg-kde-commits mailing list