Skip to content

Instantly share code, notes, and snippets.

@dosaboy
Last active May 27, 2016 15:40
Show Gist options
  • Save dosaboy/19abf04a105487e51b1015443a92fe94 to your computer and use it in GitHub Desktop.
Save dosaboy/19abf04a105487e51b1015443a92fe94 to your computer and use it in GitHub Desktop.
#!/bin/bash -eux
#
# Get debian source for a package.
#
PKG=$1 # package name
UREL=$2 # ubuntu release name
VER=`rmadison $PKG| awk "\\$5==\"$UREL\" {print \\$3}"`
URL="https://launchpad.net/ubuntu/+archive/primary/+files/${PKG}_$VER.dsc"
dget $URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment