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 Debug Installer
Commits
e73690dd
Commit
e73690dd
authored
Sep 22, 2015
by
Harald Sitter
✨
Browse files
New release for 15.10 only updating translations
also add fancy tech to get po directory via releaseme libs
parent
10436a3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e73690dd
kubuntu-debug-installer (15.10ubuntu1) wily; urgency=medium
* New release for 15.10 only updating translations
-- Harald Sitter <sitter@kde.org> Tue, 22 Sep 2015 13:53:10 +0200
kubuntu-debug-installer (15.04ubuntu1) vivid; urgency=medium
* Port to KDE Frameworks 5
...
...
debian/rules
View file @
e73690dd
...
...
@@ -7,3 +7,14 @@ version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
override_dh_auto_configure:
dh_auto_configure -- -DVERSION_STRING_FULL=$(version)
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