You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1018 B

11 years ago
11 years ago
  1. this is /etc/apt/sources.list
  2. I added the deb-src line
  3. ----------------------
  4. deb http://packages.linuxmint.com/ maya main upstream import
  5. deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
  6. deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
  7. deb-src http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
  8. deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
  9. deb http://archive.canonical.com/ubuntu/ precise partner
  10. deb http://packages.medibuntu.org/ precise free non-free
  11. #deb http://archive.getdeb.net/ubuntu precise-getdeb apps
  12. #deb http://archive.getdeb.net/ubuntu precise-getdeb games
  13. deb http://drbl.sourceforge.net/drbl-core drbl stable
  14. ----------------------
  15. do all this in a new directory
  16. root
  17. sudo apt-get install dpkg-dev
  18. non root
  19. apt-get source pulseaudio
  20. root
  21. sudo apt-get build-dep pulseaudio
  22. cd pulseaudio-1.1
  23. non root
  24. dpkg-buildpackage -rfakeroot -uc -b