debian: fix man page add libs package
This commit is contained in:
parent
79e9453eeb
commit
17ed8bb49c
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
fpgatools (0.0+201209) unstable; urgency=low
|
fpgatools (0.0+201209-1) unstable; urgency=low
|
||||||
|
|
||||||
* New snapshot, taken from commit 6de2097
|
* New snapshot, taken from commit 6de2097
|
||||||
* Initial release. (Closes: #686949)
|
* Initial release. (Closes: #686949)
|
||||||
|
|
24
debian/control
vendored
24
debian/control
vendored
|
@ -17,3 +17,27 @@ Description: tools for create fpga bitstream
|
||||||
text-based file formats
|
text-based file formats
|
||||||
no documentation - read the sources
|
no documentation - read the sources
|
||||||
automatic test suite
|
automatic test suite
|
||||||
|
|
||||||
|
Package: libfpga
|
||||||
|
Architecture: any
|
||||||
|
Section: libs
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Description: libs for fpgatools
|
||||||
|
small independent command line utilities, no GUI
|
||||||
|
plain C, no C++
|
||||||
|
simple Makefiles
|
||||||
|
text-based file formats
|
||||||
|
no documentation - read the sources
|
||||||
|
automatic test suite
|
||||||
|
|
||||||
|
Package: libfpga-doc
|
||||||
|
Architecture: any
|
||||||
|
Section: doc
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Description: documents and example for fpgatools
|
||||||
|
small independent command line utilities, no GUI
|
||||||
|
plain C, no C++
|
||||||
|
simple Makefiles
|
||||||
|
text-based file formats
|
||||||
|
no documentation - read the sources
|
||||||
|
automatic test suite
|
||||||
|
|
2
debian/fpgatools.install
vendored
Normal file
2
debian/fpgatools.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
usr/bin/bit2fp
|
||||||
|
usr/bin/fp2bit
|
3
debian/fpgatools.manpages
vendored
3
debian/fpgatools.manpages
vendored
|
@ -1 +1,2 @@
|
||||||
fpgatools.1
|
bit2fp.1
|
||||||
|
fp2bit.1
|
||||||
|
|
1
debian/libfpga-doc.dirs
vendored
Normal file
1
debian/libfpga-doc.dirs
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
usr/share/fpgatools/
|
1
debian/libfpga-doc.install
vendored
Normal file
1
debian/libfpga-doc.install
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
usr/share/fpgatools
|
1
debian/libfpga.dirs
vendored
Normal file
1
debian/libfpga.dirs
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
usr/lib usr/include
|
2
debian/libfpga.install
vendored
Normal file
2
debian/libfpga.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
usr/lib/libfpga-*.a
|
||||||
|
usr/include/
|
Loading…
Reference in New Issue
Block a user