Skip to content

Commit

Permalink
Packaging clean-ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Nov 15, 2023
1 parent dd58d5f commit cf37bc4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ project(libusrsctp C)

SET(BUILD_MAJOR "1")
SET(BUILD_MINOR "0")
SET(BUILD_PATCH "0~td134")
SET(BUILD_PATCH "0~rc1")
set(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})


Expand Down
6 changes: 2 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
libusrsctp (1.0.0~td134-1ubuntu1) focal; urgency=medium
libusrsctp (1.0.0~rc1-1ubuntu1) focal; urgency=medium

* Initial release.
* debian/control: Updated standards version to 4.5.0.0.
* debian/control: Updated standards version to 4.6.0.1.

-- Thomas Dreibholz <[email protected]> Thu, 17 Feb 2022 10:26:37 +0100
-- Thomas Dreibholz <[email protected]> Wed, 15 Nov 2023 10:52:49 +0100
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
12
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Source: libusrsctp
Maintainer: Thomas Dreibholz <[email protected]>
Section: net
Priority: optional
Build-Depends: cmake (>= 3.0.2) | cmake3,
debhelper (>= 9)
Standards-Version: 4.6.0.1
Build-Depends: cmake,
debhelper (>= 12)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/sctplab/usrsctp

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
dh $@ --buildsystem cmake --parallel
dh $@ --buildsystem cmake

override_dh_auto_configure:
dh_auto_configure -- -Dsctp_build_shared_lib=1
2 changes: 1 addition & 1 deletion freebsd/libusrsctp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= libusrsctp
PORTVERSION= 1.0.0~td134
PORTVERSION= 1.0.0~rc1
CATEGORIES= net
MASTER_SITES= https://packages.nntb.no/software/libusrsctp/

Expand Down
2 changes: 1 addition & 1 deletion rpm/libusrsctp.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libusrsctp
Version: 1.0.0~td134
Version: 1.0.0~rc1
Release: 1
Summary: Portable SCTP Userland Stack
License: BSD
Expand Down

0 comments on commit cf37bc4

Please sign in to comment.