[DRE-commits] [SCM] gist.git branch, master, updated. upstream/4.0.3-12-g1a5ff68
Christian Hofstaedtler
christian at hofstaedtler.name
Wed Jul 24 19:25:43 UTC 2013
The following commit has been merged in the master branch:
commit 3a46ad9e30b39b89dd3d5b4796904e78cf1100a8
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date: Wed Jul 24 21:24:40 2013 +0200
Rebuild upstream shipped files
diff --git a/debian/control b/debian/control
index e6c6392..4a87e2e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Christian Hofstaedtler <christian at hofstaedtler.name>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
-# ruby-rspec, ruby-ronn, ruby-webmock, ruby-json
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-ronn
+# ruby-rspec, ruby-webmock, ruby-json
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gist.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/gist.git;a=summary
diff --git a/debian/gist.manpages b/debian/gist.manpages
new file mode 100644
index 0000000..a4fac65
--- /dev/null
+++ b/debian/gist.manpages
@@ -0,0 +1 @@
+build/gist.1
diff --git a/debian/rules b/debian/rules
index a5e7dc8..70cfc68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,16 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_build:
+ if [ ! -d build.shipped ]; then \
+ mv build build.shipped; \
+ fi
+ rake man
+ rake standalone
+
+override_dh_auto_clean:
+ if [ -d build.shipped ]; then \
+ rm -rf build; \
+ mv build.shipped build; \
+ fi
--
gist.git
More information about the Pkg-ruby-extras-commits
mailing list