[Pkg-php-commits] r1369 - in pear/php-onyxrss/trunk/debian: . source

Jean-Marc Roth jmroth-guest at alioth.debian.org
Mon Apr 19 19:56:43 UTC 2010


Author: jmroth-guest
Date: 2010-04-19 19:56:43 +0000 (Mon, 19 Apr 2010)
New Revision: 1369

Added:
   pear/php-onyxrss/trunk/debian/source/
   pear/php-onyxrss/trunk/debian/source/format
Modified:
   pear/php-onyxrss/trunk/debian/README.Debian
   pear/php-onyxrss/trunk/debian/control
   pear/php-onyxrss/trunk/debian/dirs
   pear/php-onyxrss/trunk/debian/rules
Log:
making it lintian clean, add source format info, add Vcs-* fields, directory name should match class prefix, prune rules file, update README.Debian

Modified: pear/php-onyxrss/trunk/debian/README.Debian
===================================================================
--- pear/php-onyxrss/trunk/debian/README.Debian	2010-04-19 19:42:12 UTC (rev 1368)
+++ pear/php-onyxrss/trunk/debian/README.Debian	2010-04-19 19:56:43 UTC (rev 1369)
@@ -6,4 +6,6 @@
 Unfortunately, the website is down and the author unreachable as far
 as we know.
 
- -- Jean-Marc Roth <jmroth at iip.lu>  Mon, 22 Mar 2010 16:27:54 +0100
+It was downloaded from http://wikkawiki.org/downloads/onyx-rss.zip.
+
+ -- Jean-Marc Roth <jmroth at iip.lu>  Mon, 19 Apr 2010 21:50:01 +0100

Modified: pear/php-onyxrss/trunk/debian/control
===================================================================
--- pear/php-onyxrss/trunk/debian/control	2010-04-19 19:42:12 UTC (rev 1368)
+++ pear/php-onyxrss/trunk/debian/control	2010-04-19 19:56:43 UTC (rev 1369)
@@ -2,9 +2,10 @@
 Section: php
 Priority: optional
 Maintainer: Jean-Marc Roth <jmroth at iip.lu>
-Uploaders: TBA <tba>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-onyxrss/trunk    
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-php/pear/php-onyxrss/trunk
 
 Package: php-onyxrss
 Architecture: all

Modified: pear/php-onyxrss/trunk/debian/dirs
===================================================================
--- pear/php-onyxrss/trunk/debian/dirs	2010-04-19 19:42:12 UTC (rev 1368)
+++ pear/php-onyxrss/trunk/debian/dirs	2010-04-19 19:56:43 UTC (rev 1369)
@@ -1 +1 @@
-usr/share/php/Onyx
+usr/share/php/ONYX

Modified: pear/php-onyxrss/trunk/debian/rules
===================================================================
--- pear/php-onyxrss/trunk/debian/rules	2010-04-19 19:42:12 UTC (rev 1368)
+++ pear/php-onyxrss/trunk/debian/rules	2010-04-19 19:56:43 UTC (rev 1369)
@@ -1,63 +1,10 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
+override_dh_install:
+	cp onyx-rss.php debian/php-onyxrss/usr/share/php/ONYX/RSS.php
 
-build-stamp:
-	dh_testdir
-
-clean: 
-	dh_testdir
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_prep
-	dh_installdirs
-	dh_install
-	cp onyx-rss.php debian/php-onyxrss/usr/share/php/Onyx/RSS.php
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

Added: pear/php-onyxrss/trunk/debian/source/format
===================================================================
--- pear/php-onyxrss/trunk/debian/source/format	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/source/format	2010-04-19 19:56:43 UTC (rev 1369)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-php-commits mailing list