[debian-edu-commits] debian-edu/debian-edu-doc.git (#3) - wheezy (branch) updated: b1cf18bd965c97149672a06b97b07e9ee3b17039
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:11:12 UTC 2013
The branch, wheezy has been updated
via b1cf18bd965c97149672a06b97b07e9ee3b17039 (commit)
from 6be220cc1c28d3758bddf01fcb8fa53fa70b5e51 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 5 ++++-
debian/compat | 1 +
debian/control | 2 +-
debian/copyright | 5 ++++-
debian/rules | 5 +++--
5 files changed, 13 insertions(+), 5 deletions(-)
create mode 100644 debian/compat
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index fad448e..545f9a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,15 @@ debian-edu-doc (0.2) terra; urgency=low
[ Steffen Joeris ]
* Initial upload to Debian (Closes Skolelinux Bug #834)
- * Update maintainer as team maintain it
+ * Update maintainer as the team maintains it
* Drop useless build-depends against debconf
* Put all the content into the package
* Drop movefiles.sh
* Adjust debian/rules file
* Change docbook-utils to build-depends-indep
+ * Use debhelper level 5 and versioned build-depends
+ * Make sure that changelog and stuff is compressed
+ * Update debian/copyright file
[ Luk Claes ]
* Added myself to uploaders.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index e1d932e..4a1566e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: debian-edu-doc
Section: doc
Priority: optional
-Build-Depends: debhelper
+Build-Depends: debhelper (>= 5)
Build-Depends-Indep: docbook-utils
Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>, Morten Werner Olsen <werner at debian.org>, Luk Claes <luk at debian.org>
diff --git a/debian/copyright b/debian/copyright
index bda8901..048f4f8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,4 +12,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index 8d0a47e..129e46c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,9 +39,9 @@ install: build
install -d $(DESTDIR)$(DESTPATH)/drift/images
install -m 644 $(SRCDIR)/drift/images/* \
$(DESTDIR)$(DESTPATH)/drift/images
- docbook2html $(DESTDIR)$(DESTPATH)/drift/driftbok.sgml \
+ -docbook2html $(DESTDIR)$(DESTPATH)/drift/driftbok.sgml \
-o $(DESTDIR)$(DESTPATH)/drift
- docbook2pdf $(DESTDIR)$(DESTPATH)/drift/driftbok.sgml \
+ -docbook2pdf $(DESTDIR)$(DESTPATH)/drift/driftbok.sgml \
-o $(DESTDIR)$(DESTPATH)/drift
# kurs
@@ -60,6 +60,7 @@ binary-indep: install
dh_installdocs
dh_installchangelogs
dh_link
+ dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
hooks/post-receive
--
debian-edu-doc.git (Debian package debian-edu-doc)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).
More information about the debian-edu-commits
mailing list