[DRE-commits] [ruby-xml-simple] 05/06: Drop compat lib/xmlsimple.rb file
zeha at debian.org
zeha at debian.org
Tue Aug 18 15:30:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-xml-simple.
commit 13c236aa084a0d124b9a8852c83777509e1fae90
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 14:56:35 2015 +0000
Drop compat lib/xmlsimple.rb file
---
debian/clean | 1 -
debian/rules | 9 ---------
debian/xmlsimple.rb | 1 -
3 files changed, 11 deletions(-)
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 7e2952f..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-setup.rb
diff --git a/debian/rules b/debian/rules
index 9e3fcbc..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,3 @@
%:
dh $@ --buildsystem=ruby --with ruby
-
-override_dh_auto_configure:
- if ! test -e setup.rb; then ln -s /usr/lib/ruby/vendor_ruby/setup.rb; fi
- if ! test -d lib/lib; then mkdir lib/lib; mv debian/xmlsimple.rb lib/lib; fi
- dh_auto_configure
-
-override_dh_auto_clean:
- dh_auto_clean
- if ! test -f debian/xmlsimple.rb; then mv lib/lib/xmlsimple.rb debian/; rmdir lib/lib; fi
diff --git a/debian/xmlsimple.rb b/debian/xmlsimple.rb
deleted file mode 100644
index 9e57554..0000000
--- a/debian/xmlsimple.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'xmlsimple'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-xml-simple.git
More information about the Pkg-ruby-extras-commits
mailing list