[Pkg-ruby-extras-maintainers] r588 -
packages/libfeedparser-ruby/trunk/debian
Lucas Nussbaum
lucas-guest at costa.debian.org
Mon Jun 5 21:30:00 UTC 2006
Author: lucas-guest
Date: 2006-06-05 21:30:00 +0000 (Mon, 05 Jun 2006)
New Revision: 588
Modified:
packages/libfeedparser-ruby/trunk/debian/changelog
packages/libfeedparser-ruby/trunk/debian/compat
packages/libfeedparser-ruby/trunk/debian/rules
Log:
new upstream release of ruby-feedparser. Switched to CDBS. Ready for upload after the usual target change + tagging.
Modified: packages/libfeedparser-ruby/trunk/debian/changelog
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/changelog 2006-06-05 13:49:34 UTC (rev 587)
+++ packages/libfeedparser-ruby/trunk/debian/changelog 2006-06-05 21:30:00 UTC (rev 588)
@@ -1,8 +1,10 @@
-libfeedparser-ruby (0.1-5) UNRELEASED; urgency=low
+libfeedparser-ruby (0.2-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ - correct handling of <link> with to type attribute in ATOM feeds
+ (closes: 369390).
- -- Paul van Tilburg <paulvt at debian.org> Mon, 3 Apr 2006 13:10:49 +0200
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Mon, 5 Jun 2006 23:15:09 +0200
libfeedparser-ruby (0.1-4) unstable; urgency=low
Modified: packages/libfeedparser-ruby/trunk/debian/compat
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/compat 2006-06-05 13:49:34 UTC (rev 587)
+++ packages/libfeedparser-ruby/trunk/debian/compat 2006-06-05 21:30:00 UTC (rev 588)
@@ -1 +1 @@
-4
+5
Modified: packages/libfeedparser-ruby/trunk/debian/rules
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/rules 2006-06-05 13:49:34 UTC (rev 587)
+++ packages/libfeedparser-ruby/trunk/debian/rules 2006-06-05 21:30:00 UTC (rev 588)
@@ -1,45 +1,11 @@
#!/usr/bin/make -f
-# debian/rules that uses debhelper.
-#include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+binary-install/libfeedparser-ruby1.8::
+ dh_rdoc -plibfeedparser-ruby1.8
-build:
-
-clean::
- dh_testdir
- dh_testroot
- dh_clean
-
-binary-indep: build
- dh_testdir
- dh_testroot
- dh_installdirs
- dh_installchangelogs ChangeLog
- ruby1.8 setup.rb config --siteruby=/usr/lib/ruby
- ruby1.8 setup.rb install --prefix=`pwd`/debian/libfeedparser-ruby1.8
- # generate rdoc documentation
- # rdoc does strange checks on file perms which fail
- # if the file is only user-readable
- chmod -R a+rX lib
- rake rdoc
- # install all docs
- dh_installdocs
- dh_installexamples
- dh_install
- dh_fixperms
- dh_compress -X.rb -Xlibfeedparser-ruby-doc/test
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch: build
-# Nothing here, not a binary package
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary
+# We only want to ship the main test data, not all of it
+binary-install/libfeedparser-ruby-doc::
+ rm -rf debian/libfeedparser-ruby-doc/usr/share/doc/libfeedparser-ruby-doc/test/{source,text_output,parser_output,html_output}
More information about the pkg-ruby-extras-maintainers
mailing list