# apt-get -y install apt-file
Update apt-file db (might do this on install, I forget): # apt-file update
Now the bit you are interested in: How do you add PPAs in ubuntu? Answer: `add-apt-repository`Does debian have something named add-apt-repository?
# apt-file search add-apt-repository
software-properties-common: /usr/bin/add-apt-repository
software-properties-common: /usr/share/man/man1/add-apt-repository.1.gz
That looks familiar. # apt-get install -y software-properties-common
# add-apt-repository ppa:libreoffice/ppa
As a long time debian fanboy I have to say "new software is exclusively published on Ubuntu" was kind of funny. Unless you were talking about `upstart` ;) A great reseource for debian is the Debian Administrators Handbook. The section on pinning is:http://debian-handbook.info/browse/stable/sect.apt-get.html#...
For example, take a look at this - http://www.omgubuntu.co.uk/2014/01/turpial-3-available-ubunt.... How do you get this into Debian? This is what I mean by software that is published for ubuntu. I do not mean that it cannot be built for debian, but rather that it is not PUBLISHED for debian.
Or is the only option to do a dpkg-build?
$ sudo add-apt-repository ppa:effie-jayx/turpial deb http://ppa.launchpad.net/.../ubuntu saucy main
deb-src http://ppa.launchpad.net/.../ubuntu saucy main
to: deb http://ppa.launchpad.net/.../ubuntu precise main
deb-src http://ppa.launchpad.net/.../ubuntu precise main
OP was asking about software "exclusively" for ubuntu, so I have no idea why you are mentioning backports.When I need to get something (especially when it is an alternative twitter client as in the instant case) to work I could really care less if people on #debian would get grumpy if I told them about my solution.
I've been using Debian stable on desktops for years now with few problems, and backports have only improved in the past couple of years.