projects
/
osspd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
30ce11a
)
Make the osspd-dbg doc folder a symlink again, as removing it would require maintaine...
debian/1.3.2-4
author
Ralf Jung
<post@ralfj.de>
Thu, 26 Sep 2013 20:22:12 +0000
(22:22 +0200)
committer
Ralf Jung
<post@ralfj.de>
Thu, 26 Sep 2013 20:28:52 +0000
(22:28 +0200)
debian/changelog
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index 9bef42482a6f906b48a5c5d0791eb5a90c7b8dc6..e417f75b4e0fdc3dd80ffe5ecc85092e18f8be5a 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,14
+1,12
@@
osspd (1.3.2-4) unstable; urgency=low
* Move backends into their own packages.
osspd (1.3.2-4) unstable; urgency=low
* Move backends into their own packages.
- * No longer symlink docs from dbg package (this simplifies
- packaging).
* Manage the ossp slave via update-alternatives.
* Add a systemd service file (taken from Arch).
* Add modprobe file to blacklist OSS modules - thanks, Stephen
(Closes: #712705).
* Manage the ossp slave via update-alternatives.
* Add a systemd service file (taken from Arch).
* Add modprobe file to blacklist OSS modules - thanks, Stephen
(Closes: #712705).
- -- Ralf Jung <post@ralfj.de> T
ue, 24 Sep 2013 21:19:06
+0200
+ -- Ralf Jung <post@ralfj.de> T
hu, 26 Sep 2013 22:28:08
+0200
osspd (1.3.2-3) unstable; urgency=low
osspd (1.3.2-3) unstable; urgency=low
diff --git
a/debian/rules
b/debian/rules
index bbbb745dae566b069193df60dd025c2f66065f2f..80bfd4839e05e00a4a0c3452b31ad6c24b1146ee 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-15,6
+15,11
@@
override_dh_auto_install:
override_dh_strip:
dh_strip --dbg-package=osspd-dbg
override_dh_strip:
dh_strip --dbg-package=osspd-dbg
+override_dh_installdocs:
+ mkdir -p debian/osspd-dbg/usr/share/doc
+ ln -s osspd debian/osspd-dbg/usr/share/doc/osspd-dbg
+ dh_installdocs
+
override_dh_install:
dh_install --fail-missing
override_dh_install:
dh_install --fail-missing