[hamradio-commits] [aprsdigi] 02/06: Updates to d/control and d/rules, changlog updates

Iain Learmonth irl-guest at moszumanska.debian.org
Sat Jul 4 18:56:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a commit to branch master
in repository aprsdigi.

commit cba2d7e1ae2a7ae0cf12f3bf52c0b80378fa8bac
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sat Jul 4 18:15:36 2015 +0100

    Updates to d/control and d/rules, changlog updates
---
 debian/changelog | 18 ++++++++++++++++++
 debian/compat    |  2 +-
 debian/control   | 24 ++++++++++++++++--------
 debian/dirs      |  2 --
 debian/docs      |  4 ++++
 debian/manpages  |  2 ++
 debian/rules     | 49 ++-----------------------------------------------
 7 files changed, 43 insertions(+), 58 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 892524b..a8f2c29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,24 @@ aprsdigi (3.10.0-1) UNRELEASED; urgency=medium
     - ax25-includes.patch
     - man-fix.patch
     - spelling-fix.patch
+  * debian/control:
+    - Removed uploaders:
+      * Jaime Robles <jaime at debian.org> (never uploaded)
+      * Patrick Ouellette <pouelle at debian.org> (never uploaded)
+      * Colin Tuckley <colint at debian.org> (by request)
+    - Bumped Standards Version to 3.9.6.
+    - Depend on debhelper (>= 9) from (>= 4)
+    - Update homepage to new GitHub location
+    - Add Vcs-* fields for Debian Hams Git repository
+    - Add dh-autoreconf as a build dependency
+  * debian/rules:
+    - Switched to compact dh format
+  * debian/compat:
+    - Bumped to 9 from 5
+  * debian/dirs:
+    - Removed unnecessary file
+  * debian/docs, debian/manpages:
+    - Created new files with file lists from old debian/rules
 
  -- Iain R. Learmonth <irl at fsfe.org>  Sat, 04 Jul 2015 17:32:58 +0100
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 8db744d..97e210b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,25 @@
 Source: aprsdigi
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org> 
+Uploaders: Iain R. Learmonth <irl at fsfe.org>,
+           Hamish Moffat <hamish at debian.org>
 Section: hamradio
 Priority: optional
-Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org> 
-Uploaders: Jaime Robles <jaime at debian.org>, Patrick Ouellette <pouelle at debian.org>, Hamish Moffatt <hamish at debian.org>, Colin Tuckley <colint at debian.org>
-Standards-Version: 3.9.5
-Build-Depends: libax25-dev, debhelper (>= 4), man2html-base
-Homepage: http://aprsdigi.sourceforge.net/
+Build-Depends: libax25-dev,
+               debhelper (>= 9),
+               man2html-base,
+               dh-autoreconf
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/aprsdigi.git
+Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/aprsdigi.git
+Homepage: https://github.com/n2ygk/aprsdigi/
 
 Package: aprsdigi
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: ax25-tools, xastir, aprsd
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: ax25-tools,
+          xastir,
+          aprsd
 Description: digipeater for APRS
  aprsdigi is a repeater for the Automatic Position Reporting System, APRS.
  It also includes aprsmon, a one-way gateway to APRS on TCP/IP.
-
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index d31e74d..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/sbin
-usr/share/doc/aprsdigi
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..f55d924
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,4 @@
+README
+AUTHORS
+TODO
+NEWS
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..043bcae
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1,2 @@
+aprsdigi.8
+aprsmon.8
diff --git a/debian/rules b/debian/rules
index 412a65b..a79759d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,50 +1,5 @@
 #!/usr/bin/make -f
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
-	dh_testdir
-	./configure --prefix=/usr
-	$(MAKE)
-	touch build
-
-clean:
-	dh_testdir
-	-rm -f build
-	[ ! -f Makefile ] || $(MAKE) distclean
-	-rm -f `find . -name "*~"`
-	-rm -rf debian/aprsdigi debian/files* core debian/substvars
-	-rm -rf debian/aprsdigi.substvars *.html
-	dh_clean
-
-binary-indep:	build
-	dh_testdir
-	dh_testroot
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
-
-binary-arch:	build
-	dh_testdir
-	dh_clean
-	dh_installdirs
-	$(MAKE) install DESTDIR=`pwd`/debian/aprsdigi/
-
-	dh_installdocs README AUTHORS TODO NEWS
-	dh_installman aprsdigi.8 aprsmon.8
-	dh_installchangelogs
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Below here is fairly generic really
-
-binary:		binary-indep binary-arch
+%:
+	dh $@ --with autoreconf
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/aprsdigi.git



More information about the pkg-hamradio-commits mailing list