Browse Source

Remove static definition from deb package builder

pull/1147/head
Hamish Coleman 1 year ago
parent
commit
ecb869517e
  1. 2
      packages/debian/configure.in
  2. 2
      packages/debian/debian/changelog.in
  3. 2
      packages/debian/debian/rules.in

2
packages/debian/configure.in

@ -39,10 +39,8 @@ if test "${with_edgex+set}" = set; then
EXTN="mipsel" EXTN="mipsel"
fi fi
APP=n2n
DATE=`date -R` DATE=`date -R`
AC_SUBST(APP)
AC_SUBST(N2N_VERSION) AC_SUBST(N2N_VERSION)
AC_SUBST(EXTN) AC_SUBST(EXTN)
AC_SUBST(DATE) AC_SUBST(DATE)

2
packages/debian/debian/changelog.in

@ -1,4 +1,4 @@
@APP@ (@N2N_VERSION@) table; urgency=high n2n (@N2N_VERSION@) table; urgency=high
* Last packaged version * Last packaged version
-- Luca Deri <deri@ntop.org> @DATE@ -- Luca Deri <deri@ntop.org> @DATE@

2
packages/debian/debian/rules.in

@ -12,7 +12,7 @@
# http://www.tin.org/bin/man.cgi?section=7&topic=debhelper # http://www.tin.org/bin/man.cgi?section=7&topic=debhelper
# #
package=@APP@ package=n2n
build: build-stamp build: build-stamp
build-stamp: build-stamp:

Loading…
Cancel
Save