[DRE-commits] [SCM] ruby-romkan packaging branch, master, updated. debian/0.4-6-5-g9cb2ae6

TANIGUCHI Takaki takaki at asis.media-as.org
Tue May 17 02:04:43 UTC 2011


The following commit has been merged in the master branch:
commit b4c6d953d7286d46adb86ecf3865f11f8d9fce7c
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue May 17 10:49:41 2011 +0900

    debian/control: switch to dh7 style.

diff --git a/debian/changelog b/debian/changelog
index 9996446..adfc0aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-romkan (0.4-7) UNRELEASED; urgency=low
 
   * debian/control: change Maintainer to Debian Ruby Extra Maintainers.
   * Bump Standards-Version to 3.9.2
+  * debian/control: switch to dh7 style.
 
  -- TANIGUCHI Takaki <takaki at asis.media-as.org>  Tue, 17 May 2011 10:46:35 +0900
 
diff --git a/debian/rules b/debian/rules
index 1781982..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,79 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-RUBY = ruby1.8
-DESTDIR=$(CURDIR)/debian/libromkan-$(RUBY)
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-	touch configure-stamp
-
-build: configure-stamp build-stamp
-build-stamp:
-	dh_testdir
-	# Add here commands to compile the package.
-	#$(MAKE)
-	#/usr/bin/docbook-to-man debian/ruby-romkan.sgml > ruby-romkan.1
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	# Add here commands to clean up after the build process.
-	#-$(MAKE) clean
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-	# Add here commands to install the package into debian/ruby-romkan.
-	#$(MAKE) install DESTDIR=$(DESTDIR)
-	$(RUBY) debian/install.rb romkan.rb $(DESTDIR)
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-#	dh_installdebconf	
-	dh_installdocs
-	dh_installexamples
-#	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installman
-#	dh_installinfo
-#	dh_undocumented
-	dh_installchangelogs ChangeLog
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-#	dh_perl
-#	$(RUBY) ./debian/dh_ruby libromkan-ruby
-#	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

-- 
ruby-romkan packaging



More information about the Pkg-ruby-extras-commits mailing list