[Pkg-ofed-commits] [libibverbs] 07/15: debian/rules cleanup
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Mon Jun 30 15:33:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
ana pushed a commit to branch master
in repository libibverbs.
commit 4b64452db5169746c2193a79801bc7cb78661ec8
Author: Julien Blache <jblache at debian.org>
Date: Wed Nov 24 07:37:45 2010 +0000
debian/rules cleanup
---
debian/changelog | 4 +++-
debian/rules | 30 ++++--------------------------
2 files changed, 7 insertions(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 307c2a2..2dcc270 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
libibverbs (1.1.4-0.14.gb6c138b-OFED-1.5.2-1) experimental; urgency=low
* New OFED release.
+ * debian/rules:
+ + Remove useless code.
- -- Julien BLACHE <jblache at debian.org> Wed, 03 Nov 2010 14:30:28 +0100
+ -- Julien BLACHE <jblache at debian.org> Wed, 03 Nov 2010 14:36:37 +0100
libibverbs (1.1.3-0.6.g932f1a2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 9bf6f2c..19191c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,18 +20,6 @@ else
CROSS= --build $(DEB_BUILD_GNU_TYPE)
endif
-
-
-
-# shared library versions, option 1
-version=2.0.5
-major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
config.status: configure
dh_testdir
# Add here commands to configure the package.
@@ -63,12 +51,12 @@ clean:
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
- dh_clean --exclude ./Makefile.am.orig --exclude ./libibverbs.spec.in.orig examples/.libs/*
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_prep --exclude ./Makefile.am.orig --exclude ./libibverbs.spec.in.orig
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/tmp
@@ -87,23 +75,13 @@ binary-arch: install
dh_installdocs
dh_installexamples
dh_install --list-missing
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
-# dh_perl
-# dh_python
- dh_makeshlibs -V 'libibverbs1 (>=1.1.2-1+OFED)'
+# dh_makeshlibs -V 'libibverbs1 (>=1.1.2-1+OFED)'
+ dh_makeshlibs -V
dh_installdeb
dh_shlibdeps
dh_gencontrol
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libibverbs.git
More information about the Pkg-ofed-commits
mailing list