r3162 - in /experimental/evolution/debian: changelog control rules tests/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Jun 20 11:07:00 UTC 2017


Author: jbicha-guest
Date: Tue Jun 20 11:07:00 2017
New Revision: 3162

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3162
Log:
Drop new evolution-tests pkg, requires python3-behave

Removed:
    experimental/evolution/debian/tests/
Modified:
    experimental/evolution/debian/changelog
    experimental/evolution/debian/control
    experimental/evolution/debian/rules

Modified: experimental/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution/debian/changelog?rev=3162&op=diff
==============================================================================
--- experimental/evolution/debian/changelog	(original)
+++ experimental/evolution/debian/changelog	Tue Jun 20 11:07:00 2017
@@ -6,8 +6,6 @@
   * New upstream release (LP: #1685683)
     - Switch from autotools to cmake
   * Bump e-d-s dependencies and build-dependencies to 3.24.1
-  * Add evolution-tests package for installed tests
-  * Add autopkgtest to run installed-tests
   * Split bogofilter, pstimport, and spamassassin support into separate
     packages so that they can be individually installed or uninstalled by
     appstream clients

Modified: experimental/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution/debian/control?rev=3162&op=diff
==============================================================================
--- experimental/evolution/debian/control	(original)
+++ experimental/evolution/debian/control	Tue Jun 20 11:07:00 2017
@@ -245,13 +245,13 @@
  .
  This package includes the spamassasin spam filter module for Evolution.
 
-Package: evolution-tests
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-Description: Installed tests for Evolution
- Evolution is a groupware suite which integrates mail, calendar,
- address book, to-do list and memo tools.
- .
- This package contains test programs, designed to be run as part of a
- regression testsuite.
+#Package: evolution-tests
+#Architecture: any
+#Depends: ${shlibs:Depends},
+#         ${misc:Depends},
+#Description: Installed tests for Evolution
+# Evolution is a groupware suite which integrates mail, calendar,
+# address book, to-do list and memo tools.
+# .
+# This package contains test programs, designed to be run as part of a
+# regression testsuite.

Modified: experimental/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution/debian/rules?rev=3162&op=diff
==============================================================================
--- experimental/evolution/debian/rules	(original)
+++ experimental/evolution/debian/rules	Tue Jun 20 11:07:00 2017
@@ -34,8 +34,11 @@
 		-DENABLE_GTK_DOC=ON \
 		-DVERSION_SUBSTRING=-$(DEB_REVISION)
 
+# installed-tests are old and require python3-behave
+# which is not in Debian yet
 override_dh_install:
-	dh_install --fail-missing -X.la -Xlibevolutiontestsettings.so
+	dh_install --fail-missing -X.la -Xlibevolutiontestsettings.so \
+		-Xusr/lib/evolution/installed-tests -Xusr/share/installed-tests
 	find debian/libevolution/ -name 'module-bogofilter.so' -delete
 	find debian/libevolution/ -name 'module-spamassassin.so' -delete
 




More information about the pkg-evolution-commits mailing list