Codebase list metche / debian/1.1-2
Releasing 1.1-2. intrigeri 12 years ago
5 changed file(s) with 21 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 metche (1:1.1-2) unstable; urgency=low
1
2 * Build .deb in binary-indep target instead of binary-arch.
3 * Only initialize metche data during postinst when the package
4 was not configured before. (Closes: #391059)
5 * Update Czech translation. (Closes: #391547)
6 * Add XS-Vcs-Svn field to debian/control.
7
8 -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Mon, 30 Oct 2006 18:36:00 +0100
9
010 metche (1:1.1-1) unstable; urgency=low
111
212 * New upstream release, including these fixes:
313 - add support for Linux VServers,
414 - improve default EXCLUDES,
5 - clear up documentation about how backups are mode, (Closes: #365694)
15 - clear up documentation about how backups are made. (Closes: #365694)
616 * Add Suggests for util-vserver.
717 * Bump Standards-version to 3.7.2 (no changes required).
818 * Add translations for debconf templates in:
44 Uploaders: Micah Anderson <micah@riseup.net>, Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>
55 Build-Depends: debhelper (>= 4.1.16), po-debconf
66 Standards-Version: 3.7.2
7 XS-Vcs-Svn: http://poivron.org/dev/svn/metche/debian/trunk
78
89 Package: metche
910 Architecture: all
77 "Project-Id-Version: metche 1:1.0-2\n"
88 "Report-Msgid-Bugs-To: metche@lists.riseup.net\n"
99 "POT-Creation-Date: 2006-09-16 17:02+0200\n"
10 "PO-Revision-Date: 2006-08-13 16:04+0200\n"
10 "PO-Revision-Date: 2006-10-07 09:30+0200\n"
1111 "Last-Translator: Martin Sin <martin.sin@zshk.cz>\n"
1212 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
1313 "MIME-Version: 1.0\n"
5151 #. Type: string
5252 #. Description
5353 #: ../templates:1001
54 #, fuzzy
5554 msgid ""
5655 "Note: by default, metche does not send detailed diffs describing file "
5756 "changes as this can leak confidential information. If you want to use this "
3737
3838 rm -f "$TEMPFILE"
3939
40 metche cron
40 # Initialize metche data only when it was not configured before
41 # (= no previous version number given as a second argument)
42 if [ -z "$2" ]; then
43 metche cron
44 fi
4145 ;;
4246
4347 abort-upgrade|abort-remove|abort-deconfigure)
2727
2828 # Build architecture-independent files here.
2929 binary-indep: build install
30
31 # Build architecture-dependent files here.
32 binary-arch: build install
3330 dh_testdir
3431 dh_testroot
3532 dh_installchangelogs Changelog
4643 dh_md5sums
4744 dh_builddeb
4845
46 # Build architecture-dependent files here.
47 binary-arch:
48
4949 binary: binary-indep binary-arch
5050 .PHONY: build clean binary-indep binary-arch binary install