forked from mlba-team/xdispatch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Worked on providing a docs package for offline access
git-svn-id: http://opensource.mlba-team.de/svn/xdispatch/trunk@392 9e4c620c-c391-4b63-a7fb-4924991ea895
- Loading branch information
marius
committed
Apr 25, 2012
1 parent
6e946ad
commit 385a4fb
Showing
15 changed files
with
73 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,19 @@ Section: devel | |
Maintainer: Marius Zwicker <[email protected]> | ||
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), cmake, | ||
libc6, libgcc1, clang, libqt4-core, libqt4-gui, | ||
libqt4-network, libqt4-dev, libblocksruntime-dev | ||
libqt4-network, libqt4-dev, libblocksruntime-dev, doxygen | ||
Standards-Version: 3.9.1 | ||
Vcs-Svn: https://opensource.mlba-team.de/svn/xdispatch | ||
Vcs-Browser: http://opensource.mlba-team.de/websvn/listing.php?repname=libXDispatch | ||
Homepage: http://opensource.mlba-team.de/xdispatch | ||
|
||
Package: xdispatch-doc | ||
Section: universe/doc | ||
Architecture: all | ||
Depends: libdispatch-dev (= ${binary:Version}), libxdispatch-dev (= ${binary:Version}) | ||
Description: Userspace implementation of grand central dispatch (API Docs) | ||
Documentation files for libdispatch, libxdispatch and libqtdispatch | ||
|
||
Package: libdispatch | ||
Section: libs | ||
Architecture: any | ||
|
@@ -24,6 +31,7 @@ Package: libdispatch-dev | |
Section: libdevel | ||
Architecture: any | ||
Depends: ${misc:Depends}, libdispatch (= ${binary:Version}), pkg-config | ||
Suggests: xdispatch-doc | ||
Description: development files for libdispatch | ||
Userspace implementation of grand central dispatch API - Development Files | ||
. | ||
|
@@ -50,6 +58,7 @@ Section: libdevel | |
Architecture: any | ||
Depends: ${misc:Depends}, libxdispatch (= ${binary:Version}), pkg-config, | ||
libdispatch-dev | ||
Suggests: xdispatch-doc | ||
Description: development files for libxdispatch | ||
C++ API for Grand Central Dispatch - Development Files | ||
. | ||
|
@@ -78,6 +87,7 @@ Section: libdevel | |
Architecture: any | ||
Depends: ${misc:Depends}, libqtdispatch (= ${binary:Version}), | ||
pkg-config, libqt4-dev, libdispatch-dev, libxdispatch-dev | ||
Suggests: xdispatch-doc | ||
Description: development files for libQtDispatch | ||
Qt compatible API wrapper for Grand Central Dispatch - Development Files | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
rm -rf /usr/share/doc/libdispatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
rm -rf /usr/share/doc/libqtdispatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
rm -rf /usr/share/doc/libxdispatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/share/doc/xdispatch-doc/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
ln -s /usr/share/doc/xdispatch-doc/html /usr/share/doc/libdispatch | ||
ln -s /usr/share/doc/xdispatch-doc/html /usr/share/doc/libxdispatch | ||
ln -s /usr/share/doc/xdispatch-doc/html /usr/share/doc/libqtdispatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
rm -f /usr/share/doc/libdispatch/html | ||
rm -f /usr/share/doc/libxdispatch/html | ||
rm -f /usr/share/doc/libqtdispatch/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters