mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-27 10:25:12 +00:00
Use automatic dh_makeshlib version dependency
This will default to the current package version number.
This commit is contained in:
parent
af4ddbe4df
commit
53e01caec5
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ libgit2 (0.20.0-1) UNRELEASED; urgency=medium
|
|||||||
* debian/patches/disable_online_tests.patch: Renamed to
|
* debian/patches/disable_online_tests.patch: Renamed to
|
||||||
disable_tests.patch.
|
disable_tests.patch.
|
||||||
* debian/patches/disable_tests.patch: Disabled blame test.
|
* debian/patches/disable_tests.patch: Disabled blame test.
|
||||||
|
* debian/rules: Use automatic dh_makeshlib version dependency.
|
||||||
|
|
||||||
-- Russell Sim <russell.sim@gmail.com> Thu, 13 Feb 2014 09:17:02 +1100
|
-- Russell Sim <russell.sim@gmail.com> Thu, 13 Feb 2014 09:17:02 +1100
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -26,7 +26,7 @@ override_dh_auto_configure:
|
|||||||
|
|
||||||
|
|
||||||
override_dh_makeshlibs:
|
override_dh_makeshlibs:
|
||||||
dh_makeshlibs -V 'libgit2-0 (>= 0.19.0)'
|
dh_makeshlibs -V
|
||||||
|
|
||||||
override_dh_auto_build :
|
override_dh_auto_build :
|
||||||
dh_auto_build --builddirectory=build-debian-release
|
dh_auto_build --builddirectory=build-debian-release
|
||||||
|
Loading…
Reference in New Issue
Block a user