This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch buster in repository wine.
commit bb1002dcb68fb42caf7cd76d1027a1bff4ea69e9 Author: Jens Reyer <[email protected]> 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 19c33a3..94f1f8d 100755 --- a/debian/scripts/import +++ b/debian/scripts/import @@ -41,6 +41,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 @@ -65,3 +66,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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
