ฉันดาวน์โหลดซอร์สไปยังแพ็คเกจโดยใช้:
$ apt-get source gkrellweather
ฉันยังทำให้แน่ใจว่าฉันมีการพึ่งพาการรวบรวม:
$ sudo apt-get build-dep gkrellweather
และฉันทดสอบว่ามันสามารถสร้างได้ดี:
$ cd gkrellweather-2.0.8
$ debuild
มันสร้าง.deb
แพ็คเกจในโฟลเดอร์ด้านบนซึ่งฉันสามารถติดตั้งโดยใช้:
$ sudo dpkg -i ../gkrellweather*.deb
ตกลงเพื่อให้ทุกอย่างอยู่ในสถานที่ มาเริ่มกันเลย!
ฉันเปิดซอร์สโค้ดเป็นกลุ่มและทำการเปลี่ยนแปลงบางอย่างที่ฉันต้องการ จากนั้นฉันพยายามสร้างใหม่:
$ debuild
แต่ฉันได้รับข้อผิดพลาดต่อไปนี้:
...
dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
dpkg-source -b gkrellweather-2.0.8
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: info: using source format `1.0'
dpkg-source: info: building gkrellweather using existing gkrellweather_2.0.8.orig.tar.gz
dpkg-source: info: building gkrellweather in gkrellweather_2.0.8-2.diff.gz
dpkg-source: error: cannot represent change to gkrellweather-2.0.8/.gkrellweather.c.swp: binary file contents changed
dpkg-source: warning: the diff modifies the following upstream files:
GrabWeather
Makefile
gkrellweather.c
dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1)
dpkg-source: unrepresentable changes to source
dpkg-buildpackage: error: dpkg-source -b gkrellweather-2.0.8 gave error exit status 1
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc failed
ทำไม?
-i
ได้รับการส่งผ่านdebuild
ไปยังdpkg-buildpackage
และจากนั้นไปdpkg-source
ที่หน้าคนบอกว่า regexp สามารถให้ หากไม่มีการทดสอบฉันเดาว่า-i'(^|/)\.(git|idea|pybuild)($|/)'
อาจเหมาะกับคุณ