Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Kubuntu Notifications Helper
Commits
9b304a2d
Commit
9b304a2d
authored
Sep 22, 2015
by
Harald Sitter
✨
Browse files
New release for 15.10, updating translations
parent
5142aabb
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9b304a2d
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
...
...
debian/control
View file @
9b304a2d
...
...
@@ -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
...
...
debian/rules
View file @
9b304a2d
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment