[DebianBRTeam-commits] r564 - in /packages/libpcapnav/trunk/debian: copyright rules
eriberto-guest at users.alioth.debian.org
eriberto-guest at users.alioth.debian.org
Tue Aug 11 18:41:01 UTC 2009
Author: eriberto-guest
Date: Tue Aug 11 18:41:00 2009
New Revision: 564
URL: http://svn.debian.org/wsvn/?sc=1&rev=564
Log:
debian/copyright:
* Removed blank spaces at end of lines.
debian/rules:
* Removed blank spaces at end of lines.
* Removed options block about "shared library versions".
* Added a command to remove usr/share/gtk-doc after build package.
* Added --fail-missing option in dh_install to stop it after errors.
Modified:
packages/libpcapnav/trunk/debian/copyright
packages/libpcapnav/trunk/debian/rules
Modified: packages/libpcapnav/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/libpcapnav/trunk/debian/copyright?rev=564&op=diff
==============================================================================
--- packages/libpcapnav/trunk/debian/copyright (original)
+++ packages/libpcapnav/trunk/debian/copyright Tue Aug 11 18:41:00 2009
@@ -15,12 +15,12 @@
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
-
+
The above copyright notice and this permission notice shall be included in
all copies of the Software and its documentation and acknowledgment shall be
given in the documentation and software packages that this Software was
used.
-
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -51,5 +51,5 @@
Copyright (C) 2009 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-and is licensed under the GPL version 3,
+and is licensed under the GPL version 3,
see `/usr/share/common-licenses/GPL-3'.
Modified: packages/libpcapnav/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/libpcapnav/trunk/debian/rules?rev=564&op=diff
==============================================================================
--- packages/libpcapnav/trunk/debian/rules (original)
+++ packages/libpcapnav/trunk/debian/rules Tue Aug 11 18:41:00 2009
@@ -13,15 +13,6 @@
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:
dh_testdir
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
@@ -33,24 +24,25 @@
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
build: build-stamp
-build-stamp: config.status
+build-stamp: config.status
dh_testdir
$(MAKE)
touch $@
-clean:
+clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
dh_prep
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+ rm -rf $(CURDIR)/debian/tmp/usr/share/gtk-doc
binary: binary-arch
binary-arch: install
@@ -58,7 +50,7 @@
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
- dh_install
+ dh_install --fail-missing
dh_installman debian/pcapnav-config.3
dh_strip
dh_compress
@@ -71,4 +63,4 @@
dh_builddeb
binary-indep:
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-br-team-commits
mailing list