update debian packaging
This commit is contained in:
parent
f8389c58f5
commit
8f3bcc94c5
3 changed files with 22 additions and 3 deletions
18
debian/changelog
vendored
18
debian/changelog
vendored
|
@ -1,3 +1,21 @@
|
|||
comedilib (0.7.21-3) unstable; urgency=low
|
||||
|
||||
* Added dh_python to take care of python dependency (Closes: #207310)
|
||||
|
||||
-- David Schleef <ds@schleef.org> Tue, 23 Sep 2003 18:11:12 -0700
|
||||
|
||||
comedilib (0.7.21-2) unstable; urgency=low
|
||||
|
||||
* Fix accidental overlap of files between libcomedi-dev and libcomedi0
|
||||
|
||||
-- David Schleef <ds@schleef.org> Mon, 18 Aug 2003 19:35:06 -0700
|
||||
|
||||
comedilib (0.7.21-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- David Schleef <ds@schleef.org> Sat, 16 Aug 2003 16:25:13 -0700
|
||||
|
||||
comedilib (0.7.20-2) unstable; urgency=low
|
||||
|
||||
* Apparently debian/copyright got broken at some point in time.
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -43,7 +43,7 @@ Description: Library for Comedi
|
|||
Package: python-comedilib
|
||||
Section: python
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Depends: ${shlibs:Depends}, ${python:Depends}
|
||||
Description: Python wrapper for Comedilib
|
||||
Comedilib is a library for using Comedi, a driver interface for data
|
||||
acquisition hardware. See the libcomedi0 package for more information.
|
||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -70,7 +70,7 @@ binary-arch: build install
|
|||
dh_movefiles
|
||||
|
||||
# dh_installdebconf
|
||||
dh_installdocs
|
||||
dh_installdocs -Nlibcomedi-dev
|
||||
dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installemacsen
|
||||
|
@ -80,13 +80,14 @@ binary-arch: build install
|
|||
|
||||
dh_installinfo
|
||||
# dh_undocumented
|
||||
dh_installchangelogs
|
||||
dh_installchangelogs -Nlibcomedi-dev
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_python
|
||||
# dh_perl
|
||||
dh_shlibdeps -l`pwd`/debian/tmp/usr/lib/
|
||||
dh_gencontrol
|
||||
|
|
Loading…
Add table
Reference in a new issue