r146 - trunk/deb

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Nov 24 07:49:59 UTC 2013


Author: pere
Date: 2013-11-24 07:49:59 +0000 (Sun, 24 Nov 2013)
New Revision: 146

Modified:
   trunk/deb/changelog
   trunk/deb/compat
   trunk/deb/control
   trunk/deb/copyright
   trunk/deb/rules
Log:
Update deb/ directory from current debian package.

Modified: trunk/deb/changelog
===================================================================
--- trunk/deb/changelog	2013-11-24 07:47:57 UTC (rev 145)
+++ trunk/deb/changelog	2013-11-24 07:49:59 UTC (rev 146)
@@ -1,3 +1,35 @@
+chrpath (0.14-3) unstable; urgency=low
+
+  * Fix syntax error (Close → Closes) in 0.14-1 changelog entry.
+  * Add --with autotools_dev to dh call.  Thanks to Colin Watson for the
+    patch.  Closes: #700117
+  * Update Standards-Version.  No changes needed.
+
+ -- Tollef Fog Heen <tfheen at debian.org>  Mon, 28 Oct 2013 10:52:04 +0100
+
+chrpath (0.14-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Tollef Fog Heen <tfheen at debian.org>  Thu, 11 Jul 2013 14:37:09 +0200
+
+chrpath (0.14-1) experimental; urgency=low
+
+  * Upload targeted at experimental, since wheezy is frozen.
+  * New upstream release.  Closes: #578502
+  * Drop ChangeLog.usermap from docs.
+  * Update to dh packaging and update compat level to 9.
+  * Mark the package as Multi-Arch: foreign
+  * Add watch file, thanks to Wookey for patch.
+  * Update upstream URL in copyright file.
+  * Update to current Standards-Version.
+  * Fix up copyright file somewhat.
+  * Add ${misc:Depends} to Depends line.
+  * Drop docs file and remove doubly-installed changelog.
+  * Drop INSTALL file.
+
+ -- Tollef Fog Heen <tfheen at debian.org>  Thu, 15 Nov 2012 18:39:00 +0100
+
 chrpath (0.13-2) unstable; urgency=low
 
   * Update config.{guess,sub}.  (closes: #342383)

Modified: trunk/deb/compat
===================================================================
--- trunk/deb/compat	2013-11-24 07:47:57 UTC (rev 145)
+++ trunk/deb/compat	2013-11-24 07:49:59 UTC (rev 146)
@@ -1 +1 @@
-5
+9

Modified: trunk/deb/control
===================================================================
--- trunk/deb/control	2013-11-24 07:47:57 UTC (rev 145)
+++ trunk/deb/control	2013-11-24 07:49:59 UTC (rev 146)
@@ -2,12 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Tollef Fog Heen <tfheen at debian.org>
-Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>= 9), autotools-dev
+Standards-Version: 3.9.4
 
 Package: chrpath
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: foreign
 Description: Tool to edit the rpath in ELF binaries
  chrpath allows you to change the rpath (where the application looks 
  for libraries) in an application.  It does not (yet) allow you to 

Modified: trunk/deb/copyright
===================================================================
--- trunk/deb/copyright	2013-11-24 07:47:57 UTC (rev 145)
+++ trunk/deb/copyright	2013-11-24 07:49:59 UTC (rev 146)
@@ -1,11 +1,9 @@
 This package was debianized by Tollef Fog Heen <tfheen at debian.org> on
 Thu, 14 Feb 2002 04:03:22 +0100.
 
-It was downloaded from <ftp://ftp.hungry.com/pub/hungry/chrpath/>
+It was downloaded from https://alioth.debian.org/projects/chrpath/
 
 Upstream Author: Petter Reinholdtsen <pere at hungry.com>
 
-Copyright:
-
 chrpath is under the GNU Public License, which can normally
 be found in /usr/share/common-licenses/GPL on Debian systems.

Modified: trunk/deb/rules
===================================================================
--- trunk/deb/rules	2013-11-24 07:47:57 UTC (rev 145)
+++ trunk/deb/rules	2013-11-24 07:49:59 UTC (rev 146)
@@ -1,70 +1,10 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+#! /usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+	dh $@ --with autotools_dev
 
-# This is the debhelper compatability version to use.
-export LANG=C
-
-configure: config.status
-config.status:
-	dh_testdir
-	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
-	touch configure-stamp
-
-build: build-stamp
-build-stamp: config.status
-	dh_testdir
-
-	$(MAKE)
-	$(MAKE) check
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	-$(MAKE) distclean
-
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install prefix=$(CURDIR)/debian/chrpath/usr docdir=$(CURDIR)/debian/chrpath/usr/share/doc/chrpath
-
-	# No need to add an extra license.
-	rm -f $(CURDIR)/debian/chrpath/usr/share/doc/chrpath/COPYING \
-		$(CURDIR)/debian/chrpath/usr/share/doc/chrpath/INSTALL
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman chrpath.1
-	dh_installchangelogs ChangeLog
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+override_dh_auto_install:
+	dh_auto_install -- docdir="/usr/share/doc/chrpath"
+	rm debian/chrpath/usr/share/doc/chrpath/COPYING
+	rm debian/chrpath/usr/share/doc/chrpath/ChangeLog
+	rm debian/chrpath/usr/share/doc/chrpath/INSTALL




More information about the Chrpath-commits mailing list