[Pkg-cli-apps-commits] r4040 - in /packages/ndoc/trunk/debian: changelog control rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Thu Jul 3 12:54:13 UTC 2008
Author: meebey
Date: Thu Jul 3 12:54:13 2008
New Revision: 4040
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4040
Log:
* debian/rules:
+ Replaced find commands with dh_clifixperms
+ Added dh_clistrip call.
+ Added binary-arch target as required by the policy.
* debian/control:
+ Added Vcs-Browser field.
+ Removed Dave Beckett from uploaders.
+ Updated cli-common-dev build-dependency to >= 0.5.4, as we use
dh_clistrip now.
Modified:
packages/ndoc/trunk/debian/changelog
packages/ndoc/trunk/debian/control
packages/ndoc/trunk/debian/rules
Modified: packages/ndoc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/changelog?rev=4040&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/changelog (original)
+++ packages/ndoc/trunk/debian/changelog Thu Jul 3 12:54:13 2008
@@ -1,13 +1,26 @@
-ndoc (1.3.1-3) unstable; urgency=low
+ndoc (1.3.1-3) unstable; urgency=medium
+ [ Jelmer Vernooij ]
* Set homepage and Vcs-Svn fields.
* Allow Debian Maintainer uploads.
* List copyright holders in copyright file.
* Fix section of ndoc-doc.
* Rename libndoc-cil to libndoc1.3-cil as required by cli-policy.
+ (thus urgency set to medium)
* Change maintainer to Debian CLI Applications Team.
- -- Jelmer Vernooij <jelmer at samba.org> Tue, 17 Jun 2008 02:29:08 +0200
+ [ Mirco Bauer ]
+ * debian/rules:
+ + Replaced find commands with dh_clifixperms
+ + Added dh_clistrip call.
+ + Added binary-arch target as required by the policy.
+ * debian/control:
+ + Added Vcs-Browser field.
+ + Removed Dave Beckett from uploaders.
+ + Updated cli-common-dev build-dependency to >= 0.5.4, as we use
+ dh_clistrip now.
+
+ -- Jelmer Vernooij <jelmer at samba.org> Thu, 03 Jul 2008 14:50:57 +0200
ndoc (1.3.1-2) unstable; urgency=high
Modified: packages/ndoc/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/control?rev=4040&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/control (original)
+++ packages/ndoc/trunk/debian/control Thu Jul 3 12:54:13 2008
@@ -2,11 +2,16 @@
Section: devel
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
-Uploaders: Jelmer Vernooij <jelmer at samba.org>, Dave Beckett <dajobe at debian.org>
+Uploaders: Jelmer Vernooij <jelmer at samba.org>
Homepage: http://ndoc.sourceforge.net/
Build-Depends: debhelper (>= 4.0.0), dpatch
-Build-Depends-Indep: mono-mcs (>= 1.0) | c-sharp-compiler, cli-common-dev (>= 0.4.4), libmono-dev (>= 1.0), nant (>= 0.84), mono-gac (>= 1.1.6)
-Vcs-Svn: svn://svn.debian.org/pkg-cli-apps/packages/ndoc/trunk
+Build-Depends-Indep: cli-common-dev (>= 0.5.4),
+ mono-mcs (>= 1.0) | c-sharp-compiler,
+ libmono-dev (>= 1.0),
+ nant (>= 0.84),
+ mono-gac (>= 1.1.6)
+Vcs-Svn: svn://svn.debian.org/pkg-cli-apps/packages/ndoc/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/
Standards-Version: 3.7.3
DM-Upload-Allowed: yes
Modified: packages/ndoc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/rules?rev=4040&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/rules (original)
+++ packages/ndoc/trunk/debian/rules Thu Jul 3 12:54:13 2008
@@ -29,22 +29,24 @@
dh_clean -k
dh_installdirs
+binary: binary-indep binary-arch
+
binary-indep: install
dh_testdir -i
dh_testroot -i
dh_link -i
dh_install -i
cp debian/ndoc-console.sh debian/ndoc-console/usr/bin/ndoc-console
- -cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod +x {} \;
- -cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
dh_installchangelogs -i
dh_installdocs -i README.txt
dh_installexamples -p ndoc-console -i examples/*
dh_installmenu -i
dh_installman -i debian/ndoc-console.1
dh_strip -i
+ dh_clistrip -i
dh_compress -i
dh_fixperms -i
+ dh_clifixperms -i
dh_installdeb -i
dh_makeclilibs -i
dh_clideps -i -d
@@ -52,5 +54,6 @@
dh_md5sums -i
dh_builddeb -i
-binary: binary-indep
-.PHONY: clean build binary-indep binary install
+binary-arch:
+
+.PHONY: clean build binary-indep binary-arch binary install
More information about the Pkg-cli-apps-commits
mailing list