[DebianBRTeam-commits] r598 - in /packages/hapm/trunk/debian: README.source changelog compat control copyright dirs docs patches/ rules watch

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Sun Mar 7 05:34:31 UTC 2010


Author: eriberto-guest
Date: Sun Mar  7 05:34:21 2010
New Revision: 598

URL: http://svn.debian.org/wsvn/?sc=1&rev=598
Log:
  * New upstream release.
  * Acknowledge NMU by Barry deFreese. Thanks a lot.
  * Removed all patches. The upstream fixed the source code.
  * Removed some extra blank lines and spaces.
  * Updated debheper version from 5 to 7.
  * debian/control:
      - Added ${misc:Depends} as dependency.
      - Added Homepage field.
      - Added Vcs-* fields.
      - Updated Standards-Version from 3.8.3 to 3.8.4.
  * debian/copyright:
      - Added the Copyright word in packaging information.
      - Adjusted the license path.
      - Updated packaging date.
  * debian/docs:
      - Removed AUTHORS file.
  * debian/rules:
      - Changed from dh_clean -k to dh_prep in target install.
      - Made empty binary-indep target.
      - Removed binary-indep from binary target.
      - Removed call to build in binary-arch target to avoid a recall of
        that target.
      - Removed useless dh_link.
      - Removed duplicated install target.


Removed:
    packages/hapm/trunk/debian/README.source
    packages/hapm/trunk/debian/patches/
Modified:
    packages/hapm/trunk/debian/changelog
    packages/hapm/trunk/debian/compat
    packages/hapm/trunk/debian/control
    packages/hapm/trunk/debian/copyright
    packages/hapm/trunk/debian/dirs
    packages/hapm/trunk/debian/docs
    packages/hapm/trunk/debian/rules
    packages/hapm/trunk/debian/watch

Modified: packages/hapm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/changelog?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/changelog (original)
+++ packages/hapm/trunk/debian/changelog Sun Mar  7 05:34:21 2010
@@ -1,3 +1,32 @@
+hapm (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Acknowledge NMU by Barry deFreese. Thanks a lot.
+  * Removed all patches. The upstream fixed the source code.
+  * Removed some extra blank lines and spaces.
+  * Updated debheper version from 5 to 7.
+  * debian/control:
+      - Added ${misc:Depends} as dependency.
+      - Added Homepage field.
+      - Added Vcs-* fields.
+      - Updated Standards-Version from 3.8.3 to 3.8.4.
+  * debian/copyright:
+      - Added the Copyright word in packaging information.
+      - Adjusted the license path.
+      - Updated packaging date.
+  * debian/docs:
+      - Removed AUTHORS file.
+  * debian/rules:
+      - Changed from dh_clean -k to dh_prep in target install.
+      - Made empty binary-indep target.
+      - Removed binary-indep from binary target.
+      - Removed call to build in binary-arch target to avoid a recall of
+        that target.
+      - Removed useless dh_link.
+      - Removed duplicated install target.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Sun, 07 Mar 2010 02:00:27 -0300
+
 hapm (0.4-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -10,6 +39,6 @@
 
 hapm (0.4-1) unstable; urgency=low
 
-  * Initial release (Closes: #389798)  
+  * Initial release (Closes: #389798)
 
  -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Sun,  8 Oct 2006 18:57:29 +0000

Modified: packages/hapm/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/compat?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/compat (original)
+++ packages/hapm/trunk/debian/compat Sun Mar  7 05:34:21 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: packages/hapm/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/control?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/control (original)
+++ packages/hapm/trunk/debian/control Sun Mar  7 05:34:21 2010
@@ -2,15 +2,18 @@
 Section: admin
 Priority: optional
 Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 5), dpatch
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/hapm
+Vcs-Browser: http://svn.debian.org/wsvn/debian-br-team/packages/hapm
+Homepage: http://hapm.sourceforge.net
 
 Package: hapm
 Architecture: any
-Depends: ${shlibs:Depends}, heartbeat | heartbeat-2
+Depends: ${shlibs:Depends}, ${misc:Depends}, heartbeat | heartbeat-2
 Description: light and fast high availability port monitor
  High Availability Port Monitor (HAPM) is an application to check the local
- ports status. It is a simple, light and fast daemon to check TCP/UDP ports. 
+ ports status. It is a simple, light and fast daemon to check TCP/UDP ports.
  .
  HAPM works with Heartbeat daemon. Heartbeat is an essential element used
  in high availability projects.

Modified: packages/hapm/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/copyright?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/copyright (original)
+++ packages/hapm/trunk/debian/copyright Sun Mar  7 05:34:21 2010
@@ -3,7 +3,7 @@
 
 It was downloaded from http://hapm.sourceforge.net.
 
-Upstream Authors: 
+Upstream Authors:
 
 	Alexandre Antonio Antunes de Almeida <4aalmeida at tutopia.com.br>
 	Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
@@ -29,8 +29,7 @@
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/'.
 
-The Debian packaging is (C) 2006, Joao Eriberto Mota Filho
+The Debian packaging is Copyright 2006-2010, Joao Eriberto Mota Filho
 <eriberto at eriberto.pro.br> and is licensed under the GPL, see above.
-

Modified: packages/hapm/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/dirs?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/dirs (original)
+++ packages/hapm/trunk/debian/dirs Sun Mar  7 05:34:21 2010
@@ -1,4 +1,3 @@
 etc/init.d
 usr/sbin
 usr/share/man/man8
-

Modified: packages/hapm/trunk/debian/docs
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/docs?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/docs (original)
+++ packages/hapm/trunk/debian/docs Sun Mar  7 05:34:21 2010
@@ -1,4 +1,2 @@
-AUTHORS
 README
 TODO
-

Modified: packages/hapm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/rules?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/rules (original)
+++ packages/hapm/trunk/debian/rules Sun Mar  7 05:34:21 2010
@@ -1,16 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
-
 
 CFLAGS = -Wall -g
 
@@ -25,40 +17,36 @@
 	dh_testdir
 	touch configure-stamp
 
-
 build: build-stamp
 
-build-stamp: patch-stamp configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 	DESTDIR=./debian/hapm
 	$(MAKE)
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	$(MAKE) clean
-	dh_clean 
+	dh_clean
 
 install: build
-install:
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/hapm
 
+binary-indep:
 
-binary-indep: build install
-
-binary-arch: build install
+binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installinit -o --update-rcd-params='start 76 2 3 4 5 . stop 04 0 1 6 .'
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
@@ -68,5 +56,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
+binary: binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

Modified: packages/hapm/trunk/debian/watch
URL: http://svn.debian.org/wsvn/packages/hapm/trunk/debian/watch?rev=598&op=diff
==============================================================================
--- packages/hapm/trunk/debian/watch (original)
+++ packages/hapm/trunk/debian/watch Sun Mar  7 05:34:21 2010
@@ -1,3 +1,2 @@
 version=3
 http://sf.net/hapm/hapm-(.*)\.tar\.gz
-




More information about the debian-br-team-commits mailing list