[pkg-wine-party] [wine] 193/197: Cleanup and automatically commit changes by d/s/import.

Jens Reyer jreyer-guest at moszumanska.debian.org
Tue Oct 31 23:26:34 UTC 2017


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

jreyer-guest pushed a commit to branch master
in repository wine.

commit 021082052d0b52221307f290a758acb5112327ea
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Tue Oct 31 17:29:52 2017 +0100

    Cleanup and automatically commit changes by d/s/import.
---
 debian/scripts/import | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/scripts/import b/debian/scripts/import
index e38df35..9e713e9 100755
--- a/debian/scripts/import
+++ b/debian/scripts/import
@@ -40,6 +40,7 @@ dch -v "$(echo $version|sed "s/-/~/")-1" "New upstream release $version, release
 sed -n 's/^  - \(.*\)/- \1/p' ANNOUNCE | while read line; do
   dch $line
 done
+sed -i "s|^  \* -|    -|g" debian/changelog
 
 # Set upstream's SERVER_PROTOCOL_VERSION in request.patch.
 # Upstream stores this in their generated file include/wine/server_protocol.h, and bumps the
@@ -64,3 +65,6 @@ wgl_version=$(expr $(grep "^#define WINE_WGL_DRIVER_VERSION [[:digit:]]*" includ
     echo "error: wgl_version $wgl_version is not valid."
     exit 1;}
 sed -i "s|^\(+my \$wgl_version = \)[[:digit:]]*;|\1${wgl_version};|" debian/patches/generate/opengl.patch
+
+git add debian/changelog debian/patches/generate/request.patch debian/patches/generate/opengl.patch
+git commit -m "Import wine-$1."

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



More information about the pkg-wine-party mailing list