[SCM] ci-tooling packaging branch, master, updated. b66891522f46fabbafe751230eca9b39eb825ac2

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Apr 8 15:41:30 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=b668915

The following commit has been merged in the master branch:
commit b66891522f46fabbafe751230eca9b39eb825ac2
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Apr 8 17:41:26 2015 +0200

    add fixtures for lint control test -.-
---
 .../test_invalid/debian/control}                          |  0
 test/data/test_lint_control/test_vcs/debian/control       | 15 +++++++++++++++
 .../test_lint_control/test_vcs_missing/debian/control     | 13 +++++++++++++
 .../test_vcs_partially_missing/debian/control             | 14 ++++++++++++++
 4 files changed, 42 insertions(+)

diff --git a/test/data/test_cmake_parser/test_init b/test/data/test_lint_control/test_invalid/debian/control
similarity index 100%
copy from test/data/test_cmake_parser/test_init
copy to test/data/test_lint_control/test_invalid/debian/control
diff --git a/test/data/test_lint_control/test_vcs/debian/control b/test/data/test_lint_control/test_vcs/debian/control
new file mode 100644
index 0000000..45246f1
--- /dev/null
+++ b/test/data/test_lint_control/test_vcs/debian/control
@@ -0,0 +1,15 @@
+Source: kpeople
+Section: libs
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake
+Standards-Version: 3.9.6
+Homepage: https://projects.kde.org/projects/frameworks/kpeople
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/frameworks/kpeople.git
+Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kpeople.git
+
+Package: libkf5people-dev
+Architecture: any
+Depends: ${misc:Depends}
+Description: development files for kpeople
+ KPeople offers unified access to our contacts from different sources, grouping
diff --git a/test/data/test_lint_control/test_vcs_missing/debian/control b/test/data/test_lint_control/test_vcs_missing/debian/control
new file mode 100644
index 0000000..e39c45f
--- /dev/null
+++ b/test/data/test_lint_control/test_vcs_missing/debian/control
@@ -0,0 +1,13 @@
+Source: kpeople
+Section: libs
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake
+Standards-Version: 3.9.6
+Homepage: https://projects.kde.org/projects/frameworks/kpeople
+
+Package: libkf5people-dev
+Architecture: any
+Depends: ${misc:Depends}
+Description: development files for kpeople
+ KPeople offers unified access to our contacts from different sources, grouping
diff --git a/test/data/test_lint_control/test_vcs_partially_missing/debian/control b/test/data/test_lint_control/test_vcs_partially_missing/debian/control
new file mode 100644
index 0000000..f581f59
--- /dev/null
+++ b/test/data/test_lint_control/test_vcs_partially_missing/debian/control
@@ -0,0 +1,14 @@
+Source: kpeople
+Section: libs
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake
+Standards-Version: 3.9.6
+Homepage: https://projects.kde.org/projects/frameworks/kpeople
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/frameworks/kpeople.git
+
+Package: libkf5people-dev
+Architecture: any
+Depends: ${misc:Depends}
+Description: development files for kpeople
+ KPeople offers unified access to our contacts from different sources, grouping

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list