Skip to content

Commit 59ed98b

Browse files
committed
fix jdeb
1 parent e660d9d commit 59ed98b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-batch-admin-geoknow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@
151151
</mapper>
152152
</data>
153153
</dataSet>
154-
<signPackage>true</signPackage>
154+
<!-- signPackage>true</signPackage>
155155
<signMethod>dpkg-sig</signMethod>
156156
<signRole>builder</signRole>
157157
<keyring>/home/user/.gnupg/secring.gpg</keyring>
158158
<key>***</key>
159-
<passphrase>***</passphrase>
159+
<passphrase>***</passphrase -->
160160
</configuration>
161161
</execution>
162162
</executions>

spring-batch-admin-geoknow/src/deb/control/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Homepage: https://github.com/GeoKnow/spring-batch-admin
1010
#Vcs-Git: git://git.debian.org/collab-maint/spring-batch-admin-geoknow.git
1111
#Vcs-Browser: http://git.debian.org/?p=collab-maint/spring-batch-admin-geoknow.git;a=summary
1212
Package: spring-batch-admin-geoknow
13-
Depends: tomcat7, ${misc:Depends}
13+
Depends: tomcat7
1414
Description: This is an adapted version of spring-batch admin
1515
that is used by the GeoKnow Generator Dashboard.
1616
Processes in the generator can be executed as batch processes
17-
thus the user can track their status.
17+
thus the user can track their status.

0 commit comments

Comments
 (0)