mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
New revision, fixing minor bugs in packaging
This commit is contained in:
parent
5f48219964
commit
612d517925
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
vectorscan (5.4.6-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix wrong VCS entries in control, Standards version,
|
||||
add Multi-Arch: same to binary package.
|
||||
|
||||
-- Konstantinos Margaritis <markos@debian.org> Wed, 26 Jan 2022 14:57:36 +0200
|
||||
|
||||
vectorscan (5.4.6-1) unstable; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #1004079)
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -9,12 +9,12 @@ Build-Depends: cmake (>=2.8.11),
|
||||
po-debconf,
|
||||
python3,
|
||||
ragel (>=6.9)
|
||||
Standards-Version: 4.5.1
|
||||
Standards-Version: 4.6.0
|
||||
Section: libs
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://vectorcamp.gr/vectorscan
|
||||
Vcs-Git: https://salsa.debian.org/debian/hyperscan.git
|
||||
Vcs-Browser: https://salsa.debian.org/debian/vectorscan
|
||||
Vcs-Git: https://github.com/VectorCamp/vectorscan.git
|
||||
Vcs-Browser: https://github.com/VectorCamp/vectorscan
|
||||
|
||||
Package: libvectorscan-dev
|
||||
Section: libdevel
|
||||
@ -39,6 +39,7 @@ Description: Portable fork of Intel's Hyperscan library (development files)
|
||||
Package: libvectorscan5
|
||||
Architecture: any-amd64 arm64 ppc64el
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, sse4.2-support [any-amd64]
|
||||
Multi-Arch: same
|
||||
Pre-Depends: debconf
|
||||
Replaces: libhyperscan5
|
||||
Conflicts: libhyperscan5
|
||||
|
Loading…
x
Reference in New Issue
Block a user