From 03c06643e9376ee70dcd68ae082ba430d78f5ec8 Mon Sep 17 00:00:00 2001 From: "minsu81.han" Date: Thu, 11 Aug 2011 17:58:10 +0900 Subject: default-fonts-fc-sdk_0.0.2-1 Change-Id: Ie69b1ca7bb9c5516d9196414c6eb73d3359bf250 --- debian/changelog | 16 ++++++++++++++++ debian/default-fonts-fc-slp.install | 2 -- debian/default-fonts-fc-slp.postinst | 20 -------------------- 3 files changed, 16 insertions(+), 22 deletions(-) delete mode 100644 debian/default-fonts-fc-slp.install delete mode 100644 debian/default-fonts-fc-slp.postinst (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c84a56e..6e54318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +default-fonts-fc-sdk (0.0.2-1) unstable; urgency=low + + * Version up for dupload + * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk + * Tag: default-fonts-fc-sdk_0.0.2-1 + + -- Minsu Han Thu, 11 Aug 2011 17:56:21 +0900 + +default-fonts-fc-sdk (0.0.1-2) unstable; urgency=low + + * Rename default-fonts-fc-slp to default-fonts-fc-sdk + * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk + * Tag: default-fonts-fc-sdk_0.0.1-2 + + -- Minsu Han Thu, 11 Aug 2011 15:11:47 +0900 + default-fonts-fc-sdk (0.0.1-1) unstable; urgency=low * Initial release diff --git a/debian/default-fonts-fc-slp.install b/debian/default-fonts-fc-slp.install deleted file mode 100644 index aa796c6..0000000 --- a/debian/default-fonts-fc-slp.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/etc/fonts/conf.d/* -usr/etc/fonts/conf.avail/* diff --git a/debian/default-fonts-fc-slp.postinst b/debian/default-fonts-fc-slp.postinst deleted file mode 100644 index d50cb31..0000000 --- a/debian/default-fonts-fc-slp.postinst +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -FONT_FILES="99-slp.conf" - -if [ ${USER} == "root" ] -then - # Change file owner - # Font files - for file in `echo $FONT_FILES` - do - chown root:root /usr/etc/fonts/conf.d/$file - done -fi - -# Font files -for file in `echo $FONT_FILES` -do - chmod 644 /usr/etc/fonts/conf.d/$file -done - -- cgit v1.2.3