r48897 - in /desktop/unstable/gnome-photos/debian: changelog docs rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed May 25 02:17:30 UTC 2016


Author: jbicha-guest
Date: Wed May 25 02:17:30 2016
New Revision: 48897

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48897
Log:
* debian/docs, debian/rules: Install NEWS but don't install other files
  that duplicate the copyright file

Added:
    desktop/unstable/gnome-photos/debian/docs
Modified:
    desktop/unstable/gnome-photos/debian/changelog
    desktop/unstable/gnome-photos/debian/rules

Modified: desktop/unstable/gnome-photos/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/changelog?rev=48897&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/changelog	[utf-8] Wed May 25 02:17:30 2016
@@ -1,3 +1,12 @@
+gnome-photos (3.20.1-2) UNRELEASED; urgency=medium
+
+  * Team upload
+  * debian/docs, debian/rules:
+    - Install NEWS but don't install other files that duplicate the
+      copyright file
+
+ -- Jeremy Bicha <jbicha at linux.com>  Tue, 24 May 2016 22:14:40 -0400
+
 gnome-photos (3.20.1-1) unstable; urgency=medium
 
   [ Andreas Henriksson ]

Added: desktop/unstable/gnome-photos/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/docs?rev=48897&op=file
==============================================================================
--- desktop/unstable/gnome-photos/debian/docs	(added)
+++ desktop/unstable/gnome-photos/debian/docs	[utf-8] Wed May 25 02:17:30 2016
@@ -0,0 +1 @@
+NEWS

Modified: desktop/unstable/gnome-photos/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/rules?rev=48897&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/rules	[utf-8] Wed May 25 02:17:30 2016
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
-
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-#export DH_VERBOSE=1
 
 %:
 	dh $@ --with autoreconf,gnome
@@ -12,4 +9,8 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules
 
+override_dh_install:
+	dh_install
+	rm -r debian/gnome-photos/usr/share/doc
+
 override_dh_auto_test:




More information about the pkg-gnome-commits mailing list