[X2Go-Commits] [x2goclient] 19/19: .gitignore: add debian/control, since it's now auto-generated.
git-admin at x2go.org
git-admin at x2go.org
Wed May 12 19:28:25 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit a8f60f8092436663bc6536d3e9c3466a0df3c1e6
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue May 11 23:01:55 2021 +0200
.gitignore: add debian/control, since it's now auto-generated.
---
.gitignore | 3 +++
debian/changelog | 1 +
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index f056957..4bb7a1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,6 @@ x2goclient.pro.user
# Generated by Visual Studio.
.vscode/
+
+# Auto-generated from template.
+debian/control
diff --git a/debian/changelog b/debian/changelog
index 9b818f3..3e994d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
* New upstream version (4.1.2.3):
- src/sshmasterconnection.{c,h}: fix builds, new function should have been
registered and not static, but private.
+ - .gitignore: add debian/control, since it's now auto-generated.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list