Changeset 7409
- Timestamp:
- Jun 7, 2018, 2:42:47 PM (3 years ago)
- Location:
- nwjs0.30/trunk/fuentes/debian
- Files:
-
- 6 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
nwjs0.30/trunk/fuentes/debian/control
r7397 r7409 8 8 #Vcs-Git: https://github.com/nwjs/nw.js 9 9 10 Package: nwjs0.30 11 Architecture: a ny10 Package: nwjs0.30-amd64 11 Architecture: amd64 12 12 Depends: ${shlibs:Depends},${misc:Depends} 13 13 Description: Chromium with nodejs embebed 14 14 - Node Webkit 0.30.5 with precompiled ffmpeg 15 16 Package: nwjs0.30-i386 17 Architecture: i386 18 Depends: ${shlibs:Depends},${misc:Depends} 19 Description: Chromium with nodejs embebed 20 - Node Webkit 0.30.5 with precompiled ffmpeg -
nwjs0.30/trunk/fuentes/debian/rules
r7406 r7409 4 4 dh $@ --include-binaries 5 5 6 override_dh_install: custom-files7 dh_install8 9 override_dh_shlibdeps:10 11 echo "Nothing to do here"12 13 14 # Build architecture-dependent files here.15 custom-files:16 17 ifeq ($(DEB_BUILD_ARCH), i386)18 cp -r nwjs0.30-i386/* ./nwjs0.30.install/usr/share/nwjs0.3019 endif20 21 ifeq ($(DEB_BUILD_ARCH), amd64)22 cp -r nwjs0.30-amd64/* ./nwjs0.30.install/usr/share/nwjs0.3023 endif24 -
nwjs0.30/trunk/fuentes/debian/source/include-binaries
r7402 r7409 1 nwjs0.30.install/usr/share/nwjs0.30/lib/libnode.so 2 nwjs0.30.install/usr/share/nwjs0.30/lib/libnw.so 3 nwjs0.30.install/usr/share/nwjs0.30/lib/libffmpeg.so 4 nwjs0.30-amd64/lib/libnode.so 5 nwjs0.30-amd64/lib/libnw.so 6 nwjs0.30-amd64/lib/libffmpeg.so 7 nwjs0.30-amd64/swiftshader/libGLESv2.so 8 nwjs0.30-amd64/swiftshader/libEGL.so 9 nwjs0.30-i386/lib/libnode.so 10 nwjs0.30-i386/lib/libnw.so 11 nwjs0.30-i386/lib/libffmpeg.so 12 nwjs0.30-i386/swiftshader/libGLESv2.so 13 nwjs0.30-i386/swiftshader/libEGL.so 1 nwjs0.30-i386.install/usr/share/nwjs0.30/lib/libnode.so 2 nwjs0.30-i386.install/usr/share/nwjs0.30/lib/libnw.so 3 nwjs0.30-i386.install/usr/share/nwjs0.30/lib/libffmpeg.so 4 nwjs0.30-i386.install/swiftshader/libGLESv2.so 5 nwjs0.30-i386.install/swiftshader/libEGL.so 6 nwjs0.30-amd64.install/usr/share/nwjs0.30/lib/libnode.so 7 nwjs0.30-amd64.install/usr/share/nwjs0.30/lib/libnw.so 8 nwjs0.30-amd64.install/usr/share/nwjs0.30/lib/libffmpeg.so 9 nwjs0.30-amd64.install/swiftshader/libGLESv2.so 10 nwjs0.30-and64.install/swiftshader/libEGL.so 14 11
Note: See TracChangeset
for help on using the changeset viewer.