[Glibc-bsd-commits] r5067 - trunk/ufsutils/debian

Guillem Jover guillem at alioth.debian.org
Sat Oct 19 05:16:46 UTC 2013


Author: guillem
Date: 2013-10-19 05:16:46 +0000 (Sat, 19 Oct 2013)
New Revision: 5067

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/control
   trunk/ufsutils/debian/rules
Log:
Use ?\194?\171dpkg-parsechangelog -S?\194?\187 instead of sed-filtering the output

Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2013-10-19 05:16:37 UTC (rev 5066)
+++ trunk/ufsutils/debian/changelog	2013-10-19 05:16:46 UTC (rev 5067)
@@ -20,6 +20,7 @@
   * Switch to use the upstream build system. Add a Build-Depends on
     freebsd-buildutils for pmake.
   * Do not require root on the clean target.
+  * Use «dpkg-parsechangelog -S» instead of sed-filtering the output.
 
  -- Robert Millan <rmh at debian.org>  Thu, 08 Dec 2011 13:40:32 +0100
 

Modified: trunk/ufsutils/debian/control
===================================================================
--- trunk/ufsutils/debian/control	2013-10-19 05:16:37 UTC (rev 5066)
+++ trunk/ufsutils/debian/control	2013-10-19 05:16:46 UTC (rev 5067)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>, Robert Millan <rmh at debian.org>
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), pkg-config,
+Build-Depends: dpkg-dev (>= 1.17.0), debhelper (>= 7), pkg-config,
  freebsd-buildutils,
  libbsd-dev (>= 0.4.0),
  libedit-dev,

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2013-10-19 05:16:37 UTC (rev 5066)
+++ trunk/ufsutils/debian/rules	2013-10-19 05:16:46 UTC (rev 5067)
@@ -48,8 +48,8 @@
   sbin/tunefs \
   $(nil)
 
-SOURCE = $(shell dpkg-parsechangelog | sed -e '/^Source:/!d' -e 's/^Source: //g')
-VERSION = $(shell dpkg-parsechangelog | sed -e '/^Version:/!d' -e 's/^Version: //g' -e 's/-.*//g')
+SOURCE = $(shell dpkg-parsechangelog -SSource)
+VERSION = $(shell dpkg-parsechangelog -SVersion | sed -e 's/-.*//g')
 SVN = http://svn.freebsd.org/base/release/$(VERSION).0
 ORIGDIR = $(SOURCE)-$(VERSION)
 TARNAME = $(SOURCE)_$(VERSION).orig.tar.gz




More information about the Glibc-bsd-commits mailing list