Skip to content

Commit

Permalink
WIP: Temporary manual 1.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Jan 14, 2024
1 parent 0a9e588 commit 7fef56b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
btop (1.x.y) UNRELEASED; urgency=low
btop (1.3.0) UNRELEASED; urgency=low

* Initial release for native upstream builds.

Expand Down
13 changes: 0 additions & 13 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ export PREFIX := /usr
# @TODO: Does not seem to take effect as local include/fmt is found first
export CXXFLAGS=-I/usr/include/fmt

# Automatic version from sources
VERSION := $(shell head -n100 src/btop.cpp 2>/dev/null | grep "Version =" | cut -f2 -d"\"")

# This will affect the built .deb package but modifying debian/changelog during
# build is too late for many tools and e.g. the .changes files will be using the
# original version
override_dh_auto_clean:
# Too complex, depends on devscripts
#dch --force-bad-version --newversion $(VERSION) "Automatic build"
# Simple sed on changelog (extra substvars does not seem to have effect)
sed "s/1.x.y/$(VERSION)/" -i debian/changelog debian/substvars
dh_auto_clean

# From Debhelper 15 onwards this will be automatic, but until then
# dh_auto_install defaults in a single package build in installing everything to
# debian/btop which is undesired in this case, as we want to control the files
Expand Down
1 change: 0 additions & 1 deletion debian/substvars

This file was deleted.

0 comments on commit 7fef56b

Please sign in to comment.