Skip to content

Commit

Permalink
Remove static definition from deb package builder
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Aug 30, 2023
1 parent 7c10788 commit ecb8695
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/debian/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ if test "${with_edgex+set}" = set; then
EXTN="mipsel"
fi

APP=n2n
DATE=`date -R`

AC_SUBST(APP)
AC_SUBST(N2N_VERSION)
AC_SUBST(EXTN)
AC_SUBST(DATE)
Expand Down
2 changes: 1 addition & 1 deletion packages/debian/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@APP@ (@N2N_VERSION@) table; urgency=high
n2n (@N2N_VERSION@) table; urgency=high
* Last packaged version

-- Luca Deri <deri@ntop.org> @DATE@
2 changes: 1 addition & 1 deletion packages/debian/debian/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.tin.org/bin/man.cgi?section=7&topic=debhelper
#

package=@APP@
package=n2n

build: build-stamp
build-stamp:
Expand Down

0 comments on commit ecb8695

Please sign in to comment.