Advertisement
Guest User

Untitled

a guest
Mar 12th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. raja@raja-Ubuntu:~/hello/hello-2.6$ export DEBSIGN_KEYID=0x92661626
  2. raja@raja-Ubuntu:~/hello/hello-2.6$ debuild -S
  3. dpkg-buildpackage -rfakeroot -d -us -uc -S
  4. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  5. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
  6. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  7. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  8. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
  9. dpkg-buildpackage: source package hello
  10. dpkg-buildpackage: source version 2.6-1
  11. dpkg-buildpackage: source changed by Raja Sekhar Reddy G <raja.genupula@yahoo.com>
  12. dpkg-source --before-build hello-2.6
  13. fakeroot debian/rules clean
  14. dh clean
  15. dh_testdir
  16. dh_auto_clean
  17. dh_clean
  18. dpkg-source -b hello-2.6
  19. dpkg-source: info: using source format `3.0 (quilt)'
  20. dpkg-source: info: building hello using existing ./hello_2.6.orig.tar.gz
  21. dpkg-source: info: building hello in hello_2.6-1.debian.tar.gz
  22. dpkg-source: info: building hello in hello_2.6-1.dsc
  23. dpkg-genchanges -S >../hello_2.6-1_source.changes
  24. dpkg-genchanges: including full source code in upload
  25. dpkg-source --after-build hello-2.6
  26. dpkg-buildpackage: full upload (original source is included)
  27. Now running lintian...
  28. W: hello source: superfluous-clutter-in-homepage <insert the upstream URL, if relevant>
  29. W: hello source: bad-homepage <insert the upstream URL, if relevant>
  30. Finished running lintian.
  31. Now signing changes and any dsc files...
  32. signfile hello_2.6-1.dsc Raja Sekhar Reddy G <raja.genupula@yahoo.com>
  33. gpg: skipped "Raja Sekhar Reddy G <raja.genupula@yahoo.com>": secret key not available
  34. gpg: /tmp/debsign.MhLhdpF8/hello_2.6-1.dsc: clearsign failed: secret key not available
  35. debsign: gpg error occurred! Aborting....
  36. debuild: fatal error at line 1269:
  37. running debsign failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement