Guest User

Untitled

a guest
Aug 30th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ## Notes
  2. There is always going to be a Packager line (The ones that are
  3. capitalized), even if it is empty.
  4. Also, I need a 1:1 relationship between the number of package
  5. name lines and the number of packager lines.
  6. ## Example input
  7. a2ps
  8. Eric Belanger <eric@archlinux.org>
  9. a52dec
  10. Jan de Groot <jgc@archlinux.org>
  11. aalib
  12. Allan McRae <allan@archlinux.org>
  13. abs
  14. Allan McRae <allan@archlinux.org>
  15. acl
  16. St��phane Gaudreault <stephane@archlinux.org>
  17. akonadi
  18. Andrea Scarpino <andrea@archlinux.org>
  19. allegro
  20. Ionut Biru <ibiru@archlinux.org>
  21. alsa-lib
  22. ## Example Output File 1: Package names
  23. a2ps
  24. a52dec
  25. aalib
  26. abs
  27. acl
  28. akonadi
  29. allegro
  30. alsa-lib
  31. ## Example Output File 2: Packagers
  32. Eric Belanger <eric@archlinux.org>
  33. Jan de Groot <jgc@archlinux.org>
  34. Allan McRae <allan@archlinux.org>
  35. Allan McRae <allan@archlinux.org>
Add Comment
Please, Sign In to add comment