r51939 - /desktop/unstable/gnome-software/debian/rules

mak at users.alioth.debian.org mak at users.alioth.debian.org
Sun Jan 22 18:17:50 UTC 2017


Author: mak
Date: Sun Jan 22 18:17:49 2017
New Revision: 51939

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51939
Log:
Add support for the PureOS Debian derivative

Modified:
    desktop/unstable/gnome-software/debian/rules

Modified: desktop/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/rules?rev=51939&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/rules	[utf-8] Sun Jan 22 18:17:49 2017
@@ -26,6 +26,8 @@
 	GS_CONFIGURE_FLAGS += '--enable-ubuntu-reviews'
 else ifeq (yes,$(shell dpkg-vendor --derives-from Tanglu && echo yes))
 	DISTRO_ID = tanglu
+else ifeq (yes,$(shell dpkg-vendor --derives-from PureOS && echo yes))
+	DISTRO_ID = pureos
 endif
 
 # Install target dir




More information about the pkg-gnome-commits mailing list