Hi!
I've attached a debdiff to fix a few problems including this one. It needs
someone to sponsor it.
Thanks
--
Marco Rodrigues
http://Marco.Tondela.org
diff -u xcin-2.5.2.99.pre2+cvs20030224/debian/rules
xcin-2.5.2.99.pre2+cvs20030224/debian/rules
--- xcin-2.5.2.99.pre2+cvs20030224/debian/rules
+++ xcin-2.5.2.99.pre2+cvs20030224/debian/rules
@@ -11,9 +11,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
build: build-stamp
build-stamp:
dh_testdir
@@ -30,7 +27,7 @@
dh_testroot
rm -f build-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
diff -u xcin-2.5.2.99.pre2+cvs20030224/debian/control
xcin-2.5.2.99.pre2+cvs20030224/debian/control
--- xcin-2.5.2.99.pre2+cvs20030224/debian/control
+++ xcin-2.5.2.99.pre2+cvs20030224/debian/control
@@ -2,8 +2,9 @@
Section: utils
Priority: optional
Maintainer: Anthony Fok <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 3.0.5), libtabe-dev (>= 0.2.5+cvs20011207),
libtabe-db, libdb-dev (>= 4.6.19-1), gettext, libx11-dev, x-dev
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.0.0), libtabe-dev (>= 0.2.5+cvs20011207),
libtabe-db, libdb-dev (>= 4.6.19-1), gettext, libx11-dev, x-dev, libxext-dev
+Standards-Version: 3.7.3
+Homepage: http://cle.linux.org.tw/xcin/
Package: xcin
Architecture: any
@@ -23,7 +24,6 @@
locales. More fonts and input methods will be available for Debian
in the future.
.
- Home Page: http://xcin.linux.org.tw/
Authors: Edward Der-Hua Liu, Taiwan
Suei-Jeng Wang <[EMAIL PROTECTED]>
Tung-Han Hsieh <[EMAIL PROTECTED]>
diff -u xcin-2.5.2.99.pre2+cvs20030224/debian/copyright
xcin-2.5.2.99.pre2+cvs20030224/debian/copyright
--- xcin-2.5.2.99.pre2+cvs20030224/debian/copyright
+++ xcin-2.5.2.99.pre2+cvs20030224/debian/copyright
@@ -5,7 +5,7 @@
migrating this package from 2.3.x to 2.5.x. :-)
It was downloaded from:
- ftp://xcin.linux.org.tw/pub/xcin/xcin/xcin-2.5.2.3.tar.gz
+ ftp://cle.linux.org.tw/pub/xcin/ftp/xcin/
with reference to ³¯¥Ãª@ Cd Chen <[EMAIL PROTECTED]> and
¾G쩾 CHENG Yuan-Chung's <[EMAIL PROTECTED]> xcin source RPM
@@ -15,7 +15,7 @@
xcin-2.5.0-0.3.src.rpm
For up-to-date comprehensive information and source code, visit
- http://xcin.linux.org.tw/
+ http://cle.linux.org.tw/xcin/
Upstream Authors:
diff -u xcin-2.5.2.99.pre2+cvs20030224/debian/changelog
xcin-2.5.2.99.pre2+cvs20030224/debian/changelog
--- xcin-2.5.2.99.pre2+cvs20030224/debian/changelog
+++ xcin-2.5.2.99.pre2+cvs20030224/debian/changelog
@@ -1,6 +1,23 @@
+xcin (2.5.2.99.pre2+cvs20030224-1.4) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control:
+ + Add libxext-dev to Build-Depends (Closes: #451135).
+ + Add Homepage field with new upstream URL.
+ + Bump Standards-Version to 3.7.3 (no changes needed).
+ * debian/watch:
+ + Add version to 3 and fix url path (Closes: #450140).
+ * debian/copyright:
+ + Fix upstream URL to the new one.
+ * debian/rules:
+ + Remove DH_COMPAT.
+ * Add compat file.
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]> Mon, 28 Jan 2008 01:01:15 +0000
+
xcin (2.5.2.99.pre2+cvs20030224-1.3) unstable; urgency=low
* NMU
* Bump Standards-Version to 3.7.2.
-- Clint Adams <[EMAIL PROTECTED]> Sun, 07 Oct 2007 10:50:25 -0400
diff -u xcin-2.5.2.99.pre2+cvs20030224/debian/watch
xcin-2.5.2.99.pre2+cvs20030224/debian/watch
--- xcin-2.5.2.99.pre2+cvs20030224/debian/watch
+++ xcin-2.5.2.99.pre2+cvs20030224/debian/watch
@@ -1,5 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site Directory Pattern Version Script
-xcin.linux.org.tw /pub/xcin/xcin xcin-*.tar.gz debian uupdate
+version=3
+ftp://cle.linux.org.tw/pub/xcin/ftp/xcin/xcin-(.*)\.tar\.gz
only in patch2:
unchanged:
--- xcin-2.5.2.99.pre2+cvs20030224.orig/debian/compat
+++ xcin-2.5.2.99.pre2+cvs20030224/debian/compat
@@ -0,0 +1 @@
+4