Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
3d8c4855
Commit
3d8c4855
authored
May 05, 2017
by
Alexandre Duret-Lutz
Browse files
debian: fix the changelog of buddy
* debian/rules (override_dh_installchangelogs): New rule.
parent
679b6cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
3d8c4855
...
...
@@ -98,6 +98,11 @@ override_dh_auto_build:
dh_auto_build
$(MAKE) -C tests nb-html
# BuDDy has its own changelog
override_dh_installchangelogs:
dh_installchangelogs -plibbddx0 -plibbddx-dev buddy/ChangeLog
dh_installchangelogs -Nlibbddx0 -Nlibbddx-dev ChangeLog
# https://mail.scipy.org/pipermail/ipython-user/2015-August/014016.html
override_dh_compress:
dh_compress -X.ipynb
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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