r67815 - in /trunk/libmecab-perl/debian: changelog rules source/ source/format watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Jan 24 07:57:38 UTC 2011


Author: takaki
Date: Mon Jan 24 07:57:21 2011
New Revision: 67815

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67815
Log:
* source format 3.0 (quilt)
* debhelper 7 
* watch: remove comment

Added:
    trunk/libmecab-perl/debian/source/
    trunk/libmecab-perl/debian/source/format
Modified:
    trunk/libmecab-perl/debian/changelog
    trunk/libmecab-perl/debian/rules
    trunk/libmecab-perl/debian/watch

Modified: trunk/libmecab-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/changelog?rev=67815&op=diff
==============================================================================
--- trunk/libmecab-perl/debian/changelog (original)
+++ trunk/libmecab-perl/debian/changelog Mon Jan 24 07:57:21 2011
@@ -1,3 +1,9 @@
+libmecab-perl (0.98-3) unstable; urgency=low
+
+  * debian/source/format: 3.0 (quilt) 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 24 Jan 2011 16:54:32 +0900
+
 libmecab-perl (0.98-2) unstable; urgency=low
 
   * debian/changelog: fixed incorrect bug number

Modified: trunk/libmecab-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/rules?rev=67815&op=diff
==============================================================================
--- trunk/libmecab-perl/debian/rules (original)
+++ trunk/libmecab-perl/debian/rules Mon Jan 24 07:57:21 2011
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+# include /usr/share/cdbs/1/rules/debhelper.mk
+# include /usr/share/cdbs/1/class/perlmodule.mk
 
-# Add here any variable or target overrides you need.
+%:
+	dh $@ 
+

Added: trunk/libmecab-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/source/format?rev=67815&op=file
==============================================================================
--- trunk/libmecab-perl/debian/source/format (added)
+++ trunk/libmecab-perl/debian/source/format Mon Jan 24 07:57:21 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libmecab-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/watch?rev=67815&op=diff
==============================================================================
--- trunk/libmecab-perl/debian/watch (original)
+++ trunk/libmecab-perl/debian/watch Mon Jan 24 07:57:21 2011
@@ -1,25 +1,3 @@
-# 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.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php libmecab-perl-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/libmecab-perl-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/libmecab-perl-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/libmecab-perl/libmecab-perl-(.*)\.tar\.gz
 opts="uversionmangle=s/pre/~pre/;s/rc/~rc/" \
  http://sf.net/mecab/mecab-perl-(.*)\.tar\.gz
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html libmecab-perl-(.*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list