diff options
| author | Harald Sitter <sitter@kde.org> | 2015-09-22 12:38:06 (GMT) |
|---|---|---|
| committer | Harald Sitter <sitter@kde.org> | 2015-09-22 12:38:06 (GMT) |
| commit | 9b304a2d8f55cfca1c369c291ce12e42d2e82222 (patch) | |
| tree | 5efef71fceac2dee45d41870b135c5adfdfbc071 | |
| parent | 5142aabb93790fefaaf4d6138551faa0cf72c401 (diff) | |
New release for 15.10, updating translations
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 21 |
3 files changed, 24 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index b0d281f..bf209ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kubuntu-notification-helper (15.10ubuntu1) wily; urgency=medium + + * New release for 15.10, updating translations + + -- Harald Sitter <sitter@kde.org> Tue, 22 Sep 2015 14:36:57 +0200 + kubuntu-notification-helper (15.04ubuntu5) vivid; urgency=medium * Fix up restricted install hook LP: #1439147 diff --git a/debian/control b/debian/control index 8984463..9e6de7f 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,6 @@ Build-Depends: cmake, libqapt-dev (>= 3.0.0), pkg-kde-tools (>= 0.15.3ubuntu7) Standards-Version: 3.9.5 -X-Ubuntu-Use-Langpack: yes Homepage: https://www.kubuntu.org Package: kubuntu-notification-helper diff --git a/debian/rules b/debian/rules index 2c97a0d..cd53a28 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,21 @@ version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p') dh $@ --parallel --dbg-package=kubuntu-notification-helper-dbg --with kf5 override_dh_auto_configure: - dh_auto_configure -- -DVERSION_STRING=$(version) -DSTART_TIMEOUT="3*60*1000" \ - -DCMAKE_BUILD_TYPE=Debian -DCMAKE_USE_RELATIVE_PATHS=ON \ - -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + dh_auto_configure -- \ + -DVERSION_STRING=$(version) \ + -DSTART_TIMEOUT="3*60*1000" \ + -DCMAKE_BUILD_TYPE=Debian \ + -DCMAKE_USE_RELATIVE_PATHS=ON \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + +kubuntu_rake: + rm -rf .kubuntu-rake + if [ -e .git ]; then \ + git clone kde:scratch/sitter/kubuntu-rake .kubuntu-rake; \ + cp .kubuntu-rake/Rakefile .; \ + fi + [ -e Rakefile ] && rake + +override_dh_auto_clean: kubuntu_rake + dh_auto_clean |
