[debian-edu-commits] debian-edu/ 97/183: Add sponsor as Uploader Fix makefile to run kmdr2po even automatically at package build

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 8ed1cafe746ed3ea000f54f8efb4e61e741e8986
Author: Bart Cornelis <cobaco at linux.be>
Date:   Fri Oct 14 07:24:53 2005 +0000

    Add sponsor as Uploader
    Fix makefile to run kmdr2po even automatically at package build
---
 Makefile            | 6 +++---
 debian/control      | 1 +
 dh_installlisting.1 | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index ae9f365..4ec32dc 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build: documentation l10n
 documentation:
 	pod2man dh_installlisting > dh_installlisting.1
 
-pot:
+pot: po/profile-manager.pot
 	kmdr2po profile-manager.kmdr
 	mkdir -p po/	
 	msgmerge po/profile-manager.pot profile-manager.po > po/profile-manager.pot.new
@@ -19,7 +19,7 @@ pot:
 
 # Add language-targets as they're added
 # install-l10n will be called from debian rules
-l10n: pot po/cs.mo po/eu.mo po/fr.mo po/it.mo po/nl.mo po/vi.mo
+l10n: po/cs.mo po/eu.mo po/fr.mo po/it.mo po/nl.mo po/vi.mo 
 install-l10n: install-cs.mo install-eu.mo install-fr.mo install-it.mo install-nl.mo install-vi.mo
 update-l10n: update-cs.po update-eu.po update-fr.po update-it.po update-nl.po update-vi.po
 	
@@ -30,7 +30,7 @@ install-%.mo: po/%.mo
 	mkdir -p ${PREFIX}/share/locale/$*/LC_MESSAGES/
 	install --mode 644 $< ${PREFIX}/share/locale/$*/LC_MESSAGES/profile-manager.mo
 
-update-%.po: pot po/%.po
+update-%.po: po/%.po po/profile-manager.pot
 	cd po && intltool-update -g profile-manager -d $*
 	cd ..
 
diff --git a/debian/control b/debian/control
index 2f7d898..aeafe77 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: desktop-profiles
 Section: x11
 Priority: optional
 Maintainer: Bart Cornelis (cobaco) <cobaco at linux.be>
+Uploaders: Marco Presi (Zufus) <zufus at debian.org>
 Build-Depends: debhelper (>= 4.0.0)
 Build-Depends-Indep: po-debconf, intltool
 Standards-Version: 3.6.2
diff --git a/dh_installlisting.1 b/dh_installlisting.1
index 89f0d7a..979e3bf 100644
--- a/dh_installlisting.1
+++ b/dh_installlisting.1
@@ -129,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "DH_INSTALLLISTING 1"
-.TH DH_INSTALLLISTING 1 "2005-06-09" "perl v5.8.7" "User Contributed Perl Documentation"
+.TH DH_INSTALLLISTING 1 "2005-10-07" "perl v5.8.7" "User Contributed Perl Documentation"
 .SH "NAME"
 dh_installlisting \- install .listing files to be used by desktop\-profiles package
 .SH "SYNOPSIS"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list