[SCM] oxygen-fonts packaging branch, master, updated. debian/5.4.3-1-3-g36b5fb6

Pino Toscano pino at moszumanska.debian.org
Sat Jun 18 15:30:46 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/oxygen-fonts.git;a=commitdiff;h=ca81ad6

The following commit has been merged in the master branch:
commit ca81ad63d7c218fd73063bc620139c98ea122f03
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jun 18 17:29:17 2016 +0200

    remove transitional package ttf-oxygen-font-family
    
    never part of a stable Debian version:
    - remove the forced destdir when installing
    - remove the cmake configuration files from the install directory
    - remove debian/install and debian/not-installed, no more useful now
---
 debian/changelog     | 6 ++++++
 debian/control       | 9 ---------
 debian/install       | 1 -
 debian/not-installed | 1 -
 debian/rules         | 5 ++++-
 5 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1e6eeaf..26d3cba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 oxygen-fonts (4:5.4.3-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Remove the transitional package ttf-oxygen-font-family, never part of a
+    stable Debian version:
+    - remove the forced destdir when installing
+    - remove the cmake configuration files from the install directory
+    - remove debian/install and debian/not-installed, no more useful now
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 Jun 2016 17:22:27 +0200
 
diff --git a/debian/control b/debian/control
index fc98259..ce1dc75 100644
--- a/debian/control
+++ b/debian/control
@@ -28,12 +28,3 @@ Description: Oxygen font family
  font which would be rendered with Freetype on Linux-based devices. In addition
  a bold weight, plus regular and bold italics, and a monospace version will be
  made.
-
-Package: ttf-oxygen-font-family
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: fonts-oxygen, ${misc:Depends}
-Description: transitional package
- The Oxygen Fonts package is renamed to fonts-oxygen, you can remove
- this transitional package.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 4226459..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/fonts/truetype/oxygen/
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index 60bd2e2..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/cmake/OxygenFont/
diff --git a/debian/rules b/debian/rules
index acbaa85..a348172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,7 @@ export QT_SELECT=5
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
 override_dh_auto_install:
-	$(overridden_command) --destdir=debian/tmp
+	$(overridden_command)
+
+	# remove cmake configuration files, useless for now
+	rm -rf $(CURDIR)/debian/oxygen-fonts/usr/lib/*/cmake/

-- 
oxygen-fonts packaging



More information about the pkg-kde-commits mailing list