[DRE-commits] [ruby-rubymail] 02/03: move main package to the top

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 1 18:50:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-rubymail.

commit f06f8443644d6cfafeb8cc58ca97ad8491cb8e70
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 1 15:39:20 2015 -0300

    move main package to the top
    
    this makes sure dh_ruby will DTRT
---
 debian/control | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 9c2235d..c8c5010 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,17 @@ Homepage: https://github.com/terceiro/rmail
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
+Package: ruby-rubymail
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: MIME mail parsing and generation library
+ RMail is a lightweight mail library containing various utility classes and
+ modules that allow ruby scripts to parse, modify, and generate MIME mail
+ messages.
+
 Package: ruby-rubymail-doc
 Section: doc
 Architecture: all
@@ -29,13 +40,3 @@ Description: MIME mail parsing and generation library (documentation)
  .
  This package contains the documentation.
 
-Package: ruby-rubymail
-Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: MIME mail parsing and generation library
- RMail is a lightweight mail library containing various utility classes and
- modules that allow ruby scripts to parse, modify, and generate MIME mail
- messages.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rubymail.git



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