r54496 - in /desktop/experimental/gtk+4.0/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Oct 19 01:30:44 UTC 2017


Author: jbicha
Date: Thu Oct 19 01:30:44 2017
New Revision: 54496

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54496
Log:
README has been renamed to README.md

Modified:
    desktop/experimental/gtk+4.0/debian/changelog
    desktop/experimental/gtk+4.0/debian/rules

Modified: desktop/experimental/gtk+4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/changelog?rev=54496&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/changelog	[utf-8] Thu Oct 19 01:30:44 2017
@@ -2,6 +2,7 @@
 
   * New upstream release
   * Switch to meson
+  * README has been renamed to README.md
   * debian/libgtk-4-0.symbols: Update
   * Refresh no-accessibility-dump.patch
   * Disable 018_gdkenumtypes.c_location.patch: might not be needed any more

Modified: desktop/experimental/gtk+4.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/rules?rev=54496&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/rules	[utf-8] Thu Oct 19 01:30:44 2017
@@ -45,7 +45,7 @@
 # files larger than 4k in size will be compressed by dh_compress
 # so append a .gz suffix to avoid dangling symlinks
 NEWS := NEWS$(shell find -maxdepth 1 -size +4k -name NEWS -exec echo ".gz" \;)
-README := README$(shell find -maxdepth 1 -size +4k -name README -exec echo ".gz" \;)
+README.md := README.md$(shell find -maxdepth 1 -size +4k -name README.md -exec echo ".gz" \;)
 
 # Avoid test failures on buildd environments
 export HOME=$(CURDIR)/debian/build
@@ -86,7 +86,7 @@
 		-e "s#@MODULES_BASE_PATH@#$(MODULES_BASE_PATH)#g" \
 		-e "s#@OLD_MODULES_BASE_PATH@#$(OLD_MODULES_BASE_PATH)#g" \
 		-e "s#@NEWS@#$(NEWS)#g" \
-		-e "s#@README@#$(README)#g" \
+		-e "s#@README.md@#$(README.md)#g" \
 		$@.in > $@
 
 configure_flags_common = \
@@ -189,7 +189,7 @@
 	dh_missing --sourcedir=debian/install/deb --list-missing -X.la
 
 override_dh_installdocs:
-	dh_installdocs -p$(COMMON_PKG) AUTHORS README NEWS
+	dh_installdocs -p$(COMMON_PKG) AUTHORS README.md NEWS
 	dh_installdocs -p$(DOC_PKG) AUTHORS -X.in
 	dh_installdocs --remaining-packages -A AUTHORS
 




More information about the pkg-gnome-commits mailing list