The following commit has been merged in the master branch:
commit f1b7d655ff15aa8b4061d72ee79e75a9a4358be0
Author: Benjamin Drung <[email protected]>
Date:   Fri Apr 26 18:56:25 2013 +0200

    scripts/Makefile: Correct comment regarding the default codename for 
debchange.

diff --git a/scripts/Makefile b/scripts/Makefile
index 0ffad6c..d981b81 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -39,7 +39,7 @@ debchange: debchange.pl $(VERSION_FILE)
        cp $< $@
        sed -i "s/###VERSION###/$(VERSION)/" $@
 ifeq ($(shell dpkg-vendor --query Vendor),Ubuntu)
-# On Ubuntu always default to targeting the release that it's run from,
+# On Ubuntu always default to targeting the release that it's built on,
 # not the current devel release, since its primary use on stable releases
 # will be for preparing PPA uploads.
        sed -i 's/get_ubuntu_devel_distro()/"$(shell lsb_release -cs)"/' $@

-- 
Git repository for devscripts

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to