[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.7-1-7-g44f61a1

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Mon Nov 5 22:50:21 UTC 2007


The branch, master has been updated
       via  44f61a19f9edf055ba9f8c13ac324354b023a69b (commit)
       via  99b4cb6147ecb0380b064c1c1c0aa4e40f8761df (commit)
      from  888777b4ab11b28e4faba72cd63ac670513b74b4 (commit)


- Shortlog ------------------------------------------------------------
44f61a1 Update patch series (dropped git version)
99b4cb6 Strip the git version off the end of patches to avoid noise after git updates

Summary of changes:
 ...ocket-to-tmp-.esd-socket-to-match-up-with.patch |    3 ---
 ...readlink-to-put-a-0-in-the-right-location.patch |    3 ---
 ...R_eventfd-on-arm-if-it-wasn-t-defined-yet.patch |    3 ---
 debian/rules                                       |    6 ++++++
 4 files changed, 6 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 44f61a19f9edf055ba9f8c13ac324354b023a69b
Author: CJ van den Berg <cj at vdbonline.com>
Date:   Sun Nov 4 14:18:03 2007 +0100

    Update patch series (dropped git version)

diff --git a/debian/patches/0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch b/debian/patches/0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch
index f6bccd2..819ed6d 100644
--- a/debian/patches/0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch
+++ b/debian/patches/0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch
@@ -20,6 +20,3 @@ index 597993c..b09d0f2 100755
  load-module module-native-protocol-unix
  
  ### Network access (may be configured with paprefs, so leave this commented
--- 
-1.5.3.5
-
diff --git a/debian/patches/0002-Fix-pa_readlink-to-put-a-0-in-the-right-location.patch b/debian/patches/0002-Fix-pa_readlink-to-put-a-0-in-the-right-location.patch
index 18542fc..bbbbe29 100644
--- a/debian/patches/0002-Fix-pa_readlink-to-put-a-0-in-the-right-location.patch
+++ b/debian/patches/0002-Fix-pa_readlink-to-put-a-0-in-the-right-location.patch
@@ -20,6 +20,3 @@ index b33241a..b2bc5f0 100644
              return c;
          }
  
--- 
-1.5.3.5
-
diff --git a/debian/patches/0003-Define-__NR_eventfd-on-arm-if-it-wasn-t-defined-yet.patch b/debian/patches/0003-Define-__NR_eventfd-on-arm-if-it-wasn-t-defined-yet.patch
index d1b9ad9..7fdcb7c 100644
--- a/debian/patches/0003-Define-__NR_eventfd-on-arm-if-it-wasn-t-defined-yet.patch
+++ b/debian/patches/0003-Define-__NR_eventfd-on-arm-if-it-wasn-t-defined-yet.patch
@@ -22,6 +22,3 @@ index 927bf00..59eec18 100644
  #if !defined(SYS_eventfd) && defined(__NR_eventfd)
  #define SYS_eventfd __NR_eventfd
  #endif
--- 
-1.5.3.5
-

commit 99b4cb6147ecb0380b064c1c1c0aa4e40f8761df
Author: CJ van den Berg <cj at vdbonline.com>
Date:   Sun Nov 4 14:16:58 2007 +0100

    Strip the git version off the end of patches to avoid noise after git updates

diff --git a/debian/rules b/debian/rules
index e9df37c..c886c09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,12 @@ update-patch-series:
 	rm -f $(CURDIR)/debian/patches/*.patch
 	git-format-patch -o $(CURDIR)/debian/patches patches ^upstream | \
 		xargs -n 1 basename > $(CURDIR)/debian/patches/series
+	for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \
+	do \
+		lines=$$(cat $$patch | wc -l) ; \
+		head -n $$(($$lines - 3)) $$patch > $${patch}.chomped ; \
+		mv $${patch}.chomped $$patch ; \
+	done
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-realtime-group=pulse-rt
 DEB_FIXPERMS_EXCLUDE = usr/bin/pulseaudio

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list