[Pkg-voip-commits] [dahdi-firmware] 18/71: * Remove epoch from version number. * Compat level 7 * cleanup of rules.
tzafrir at debian.org
tzafrir at debian.org
Thu Mar 31 20:24:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository dahdi-firmware.
commit 17c8660987a2aa0d87c1676bf1989f86f619fb6b
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Tue Dec 29 11:13:40 2009 +0000
* Remove epoch from version number.
* Compat level 7
* cleanup of rules.
git-svn-id: svn://anonscm.alioth.debian.org/svn/pkg-voip/dahdi-firmware/trunk@7926 5e74be4b-f5d6-0310-a852-e9e23c5afa6a
---
debian/changelog | 2 +-
debian/compat | 1 +
debian/control | 2 +-
debian/rules | 12 +++++-------
4 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 15bed32..c7213da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dahdi-firmware (1:2.2.1~rc2-1) UNRELEASED; urgency=low
+dahdi-firmware (2.2.1~rc2-1) UNRELEASED; urgency=low
[ Tzafrir Cohen ]
* Initial release (Closes: #524119).
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index b0bb8fe..afe1ca3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: non-free/comm
Priority: extra
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Build-Depends: debhelper, cdbs
+Build-Depends: debhelper (>= 7), cdbs
Standards-Version: 3.8.3
Homepage: http://www.asterisk.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/dahdi-firmware/trunk/
diff --git a/debian/rules b/debian/rules
index c39be77..b42d754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,11 @@ FILENAME := dahdi-firmware_$(DEB_UPSTREAM_VERSION).orig.tar.gz
REAL_UPSTREAM_VER := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e 's/~rc/-rc/')
URL := http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/dahdi-linux-$(REAL_UPSTREAM_VER).tar.gz
-export DEB_BUILD_OPTIONS = noopt
-
-#build/libpri-dev::
-# $(MAKE)
-
-#install/libpri-dev::
-# $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
+# Beware of attempting to run a plain 'make' in the build rules here.
+# If you e.g. see the package starting to download firmware, this is what
+# you're doing. This package only packages some files that happen to be
+# included in the tarball. The same tarball is properly built in
+# dahdi-linux
get-orig-source:
@@dh_testdir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-firmware.git
More information about the Pkg-voip-commits
mailing list