libproject (2.10+1) unstable; urgency=low
* Rebuilt against new libpool * Use native version * Strip libraries
This commit is contained in:
parent
3f7627c92e
commit
75488004b2
|
@ -1,3 +1,11 @@
|
|||
libproject (2.10+1) unstable; urgency=low
|
||||
|
||||
* Rebuilt against new libpool
|
||||
* Use native version
|
||||
* Strip libraries
|
||||
|
||||
-- Igor Pashev <pashev.igor@gmail.com> Thu, 19 Sep 2013 16:27:06 +0400
|
||||
|
||||
libproject (2.10-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -6,7 +6,7 @@ Build-Depends:
|
|||
dh-illumos,
|
||||
gcc-multilib,
|
||||
illumos-source-2.10,
|
||||
libpool1-dev, lib32pool1-dev,
|
||||
libpool-dev, lib32pool-dev,
|
||||
libproc1-dev, lib32proc1-dev,
|
||||
quilt,
|
||||
symlinks,
|
||||
|
|
|
@ -77,6 +77,7 @@ binary-stamp: build-stamp
|
|||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_strip
|
||||
dh_makeshlibs -- -c4
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
|
@ -89,5 +90,5 @@ clean: unpatch
|
|||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
rm -rf usr
|
||||
rm -rf usr .pc
|
||||
|
||||
|
|
Loading…
Reference in New Issue