[debian-edu-commits] debian-edu/ 01/01: Makefile and debian/rules: Rename get-orig-source target to update-sources-from-wiki and update debian/README.source accordingly.
Holger Levsen
holger at layer-acht.org
Mon Sep 18 10:51:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu-doc.
commit 0f8c098908d5edb3e589561fd236a43404b904ce
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Sep 18 12:50:56 2017 +0200
Makefile and debian/rules: Rename get-orig-source target to update-sources-from-wiki and update debian/README.source accordingly.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
Makefile | 2 +-
debian/README.source | 4 ++--
debian/changelog | 2 ++
debian/rules | 4 ++--
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index d5efd8b..b582c5a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ DESTDIR =
all: build
-get-orig-source:
+update-sources-from-wiki:
$(MAKE) -C $(SRCDIR)/debian-edu-jessie update
$(MAKE) -C $(SRCDIR)/debian-edu-stretch update
$(MAKE) -C $(SRCDIR)/rosegarden update
diff --git a/debian/README.source b/debian/README.source
index 0fd01af..9e4b6a5 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -7,10 +7,10 @@ po4a packages installed.
(To build it, you need its build-depends installed. Translators please see
README.$name-manual-translations.)
-Run "make get-orig-source" to update the source to prepare building
+Run "update-sources-from-wiki" to update the source to prepare building
and before building and uploading it to the archive.
Then just use "debuild" to build the package.
--- Holger Levsen, holger at debian.org, last updated: 2013-02-08
+-- Holger Levsen, holger at debian.org, last updated: 2017-09-17
diff --git a/debian/changelog b/debian/changelog
index d5fd295..8f7a766 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ debian-edu-doc (1.923~20170823) UNRELEASED; urgency=medium
* Drop new binary packages debian-edu-doc-pl and debian-edu-doc-sv before
uploading the package, also drop related postinst and postrm files.
* debian/copyright: add entry for debian-edu-itil-manual.zh.po.
+ * Makefile and debian/rules: Rename get-orig-source target to
+ update-sources-from-wiki and update debian/README.source accordingly.
[ Wolfgang Schweer ]
* Update Audacity and Rosegarden manuals from the wikis.
diff --git a/debian/rules b/debian/rules
index 023d65f..0f50603 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@ DESTDIR := $(CURDIR)/debian
SRCDIR := $(CURDIR)/documentation
DESTPATH = usr/share/doc/debian-edu-doc
-get-orig-source:
- $(MAKE) get-orig-source
+update-sources-from-wiki:
+ $(MAKE) update-sources-from-wiki
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list