[Chinese-commits] [manpages-zh] 02/131: remove debian directory.

Boyuan Yang hosiet-guest at moszumanska.debian.org
Tue Dec 13 19:59:31 UTC 2016


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

hosiet-guest pushed a commit to branch master
in repository manpages-zh.

commit a52368b0da38b56a73083818ed1fb22083ecbe86
Author: LI Daobing <lidaobing at gmail.com>
Date:   Thu Feb 14 16:44:08 2008 +0800

    remove debian directory.
---
 debian/changelog | 26 --------------------------
 debian/control   | 17 -----------------
 debian/copyright |  0
 debian/rules     | 55 -------------------------------------------------------
 4 files changed, 98 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7bc9cd1..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,26 +0,0 @@
-cman (1.4-7) unstable; urgency=low
-
-  * Added some more translations and small bug fixes.
-
- -- bbbush <bbbush at 163.com>  Thu,  04 Mar 2004 12:30:00 +0800
-
-cman (1.4-6) unstable; urgency=low
-
-  * Added original documents in raw directory
-
- -- bbbush <bbbush at 163.com>  Sat,  20 Dec 2003 12:30:00 +0800
-
-cman (1.4-5) unstable; urgency=low
-
-  * Default file encoding is UTF-8
-  * zh_TW is removed, hope somebody to add it one day
-  
- -- bbbush <bbbush at 163.com>  Tue,  25 Nov 2003 15:17:08 +0800
-
-cman (0.0.7-1) unstable; urgency=low
-
-  * Initial Release.
-  * Added zh_TW man pages converted from zh_CN using zh-autoconvert
-    and my own conversion table.  :-)
-
- -- Anthony Fok <foka at debian.org>  Fri,  1 Jun 2001 15:17:08 -0600
diff --git a/debian/control b/debian/control
deleted file mode 100644
index a4dc4b3..0000000
--- a/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: cman
-Section: doc
-Priority: optional
-Maintainer: bbbush <bbbush at 163.com>
-
-Package: manpages-zh
-Architecture: any
-Suggests: man-browser
-Conflicts: zh-trans
-Replaces: zh-trans
-Provides: zh-trans
-Description: Chinese manual pages
- This package contains the Chinese manual pages translated by the
- Chinese Manual Pages Project (CMPP). 
- Only zh_CN.UTF-8 and zh_CN.GB* are provided. Any body convert it to zh_TW ?
- .
- Home Page: http://cmpp.linuxforum.net
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 74284bf..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/usr/bin/make -f
-package	:=	manpages-zh
-prefix	:=	$(shell pwd)/debian/$(package)
-arch	:=	$(shell dpkg --print-architecture)
-
-DESTDIR	:=	$(prefix)/usr/share
-CONFDIR	:=	$(prefix)/etc
-
-binary: u8 gb install
-
-u8:u8-stamp
-u8-stamp:
-	dh_testdir
-	dh_testroot
-	$(MAKE) u8
-	touch u8-stamp
-gb:gb-stamp
-gb-stamp:
-	dh_testdir
-	dh_testroot
-	$(MAKE) gb
-	touch gb-stamp
-	
-install:u8-stamp gb-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) DESTDIR=$(DESTDIR) install-u8
-	$(MAKE) DESTDIR=$(DESTDIR) CONFDIR=$(CONFDIR) install-gb
-	dh_installdirs
-	dh_installdocs DOCS/* README*
-	dh_installchangelogs
-	cp -R debian/$(package)/* debian/tmp/
-	dh_link
-	dh_strip
-	dh_compress --exclude=man.macros
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	rm -f *-stamp
-	make clean
-	dh_clean
-	rm -rf debian/$(package)
-uninstall:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	make DESTDIR=$(DESTDIR) CONFDIR=$(CONFDIR) uninstall

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git



More information about the Chinese-commits mailing list