Sam, You can just substitute the package name in the git clone url to get other packages. So change ruby-shoulda-matchers to ruby-i18n to checkout i18n debian package repo. Follow the same process for building it.
Praveen On Jun 4, 2013 12:12 AM, "Sam Ruby" <ru...@intertwingly.net> wrote: On 06/03/2013 12:17 PM, Christian Hofstaedtler wrote: > > Hey everybody, > > The team repository has... Can somebody help me connect the dots? I'd like to understand the overall workflow to the point where I can be self sufficient without asking all of these questions. $ cat /etc/apt/sources.list deb http://ftp.us.debian.org/**debian <http://ftp.us.debian.org/debian>unstable main $ sudo apt-get update; sudo apt-get dist-upgrade [sudo] password for rubys: Get:1 http://ftp.us.debian.org unstable InRelease [205 kB] Hit http://ftp.us.debian.org unstable/main amd64 Packages/DiffIndex Hit http://ftp.us.debian.org unstable/main Translation-en/DiffIndex Fetched 205 kB in 1s (126 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ rails new foobar create [...] run bundle install --local Resolving dependencies... Could not find gem 'i18n (= 0.6.1) ruby', which is required by gem 'rails... Looking for other 'repositories' I came across: http://wiki.debian.org/Teams/**Ruby/Packaging#Obtaining_the_** master_repository<http://wiki.debian.org/Teams/Ruby/Packaging#Obtaining_the_master_repository> But that one doesn't appear to have been updated today: http://anonscm.debian.org/**gitweb/?p=pkg-ruby-extras/.**git;a=summary<http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/.git;a=summary> C. > - Sam Ruby