Skip to content

Commit

Permalink
update maintainer, try to fix debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-kamnas committed Mar 27, 2024
1 parent 83a0e0f commit 15c3205
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,12 @@ tbz2:
rmdir tmp 2>/dev/null || true

deb:
ln -sf linux/debian
sed "s/^\(cntlm *\)([^)]*)/\1($(VER))/g" linux/debian/changelog.in > linux/debian/changelog
if [ `id -u` = 0 ]; then \
if [ `id -u` = 0 ] && [ -L debian ]; then \
linux/debian/rules binary; \
linux/debian/rules clean; \
else \
elif [ -L debian ]; then \
fakeroot linux/debian/rules binary; \
fakeroot linux/debian/rules clean; \
fi
Expand Down Expand Up @@ -254,7 +255,7 @@ ifeq ($(findstring CYGWIN,$(OS)),)
fi
endif
@rm -f *.exe *.deb *.rpm *.tgz *.tar.gz *.tar.bz2 *.zip *.exe \
linux/rpm/specs/cntlm.spec linux/cntlm-user linux/debian/changelog tags ctags pid 2>/dev/null
debian linux/rpm/specs/cntlm.spec linux/cntlm-user linux/debian/changelog tags ctags pid 2>/dev/null
@rm -rf linux/rpm/BUILD linux/rpm/BUILDROOT 2>/dev/null


Expand Down
1 change: 1 addition & 0 deletions debian
4 changes: 2 additions & 2 deletions linux/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Priority: optional
Maintainer: David Watson <[email protected]>
Build-Depends: debhelper (>= 5), krb5-multidev
Standards-Version: 3.8.0
Vcs-Git: git://planetwatson.co.uk/cntlm
Vcs-Browser: http://projects.planetwatson.co.uk/repositories/show/cntlm
Vcs-Git: git+https://github.com/versat/cntlm.git
Vcs-Browser: https://github.com/versat/cntlm
Homepage: http://cntlm.sourceforge.net/

Package: cntlm
Expand Down

0 comments on commit 15c3205

Please sign in to comment.