[X2Go-Commits] [x2godesktopsharing] 01/01: x2godesktopsharing.spec: unpack sources to project name, not source package name.

git-admin at x2go.org git-admin at x2go.org
Wed Nov 14 07:21:23 CET 2018


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

x2go pushed a commit to branch master
in repository x2godesktopsharing.

commit 3a1d142a661d6d904e08c9cb0af492dd9f081717
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Nov 14 07:21:05 2018 +0100

    x2godesktopsharing.spec: unpack sources to project name, not source package name.
---
 debian/changelog        | 1 +
 x2godesktopsharing.spec | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cbda949..0db2d67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium
     + Install system-wide configuration file, akin to Debian packages.
     + Don't use %{my_name} in Sources1-9, buildscripts can only handle/replace
       %{name}.
+    + Unpack sources to project name, not source package name.
 
   [ Mike Gabriel ]
   * New upstream version (3.1.1.5):
diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec
index ab70506..7b65c18 100644
--- a/x2godesktopsharing.spec
+++ b/x2godesktopsharing.spec
@@ -95,7 +95,7 @@ support). The current session may be an X2Go session itself or simply
 a local X11 session.
 
 %prep
-%setup -q
+%setup -q -n %{my_name}-%{version}
 
 
 %build

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git


More information about the x2go-commits mailing list